Update dotfiles/.bashrc, dotfiles/.local/share/fonts/Hack Bold Nerd Font Complete.ttf
This commit is contained in:
parent
6be08c1f6a
commit
cc64f7b3d7
2 changed files with 47 additions and 44 deletions
|
@ -202,7 +202,7 @@ find() {
|
|||
fi
|
||||
}
|
||||
|
||||
rga-fzf() {
|
||||
rgafzf() {
|
||||
RG_PREFIX="rga --files-with-matches"
|
||||
local file
|
||||
file="$(
|
||||
|
@ -216,6 +216,8 @@ rga-fzf() {
|
|||
xdg-open "$file"
|
||||
}
|
||||
|
||||
# Bash completions
|
||||
if [ "$0" = 'bash' ]; then
|
||||
### fd
|
||||
[ -e /usr/local/src/fd/fd ] && source /usr/local/src/fd/autocomplete/fd.bash-completion
|
||||
|
||||
|
@ -256,3 +258,4 @@ command -v zoxide > /dev/null && eval "$(zoxide init bash)"
|
|||
if [ -f "$HOME/.fig/shell/bashrc.post.bash" ]; then
|
||||
. "$HOME/.fig/shell/bashrc.post.bash"
|
||||
fi
|
||||
fi
|
||||
|
|
BIN
dotfiles/.local/share/fonts/Hack Bold Nerd Font Complete.ttf
Normal file
BIN
dotfiles/.local/share/fonts/Hack Bold Nerd Font Complete.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue