Add fzf to bashrc instead of profile
This commit is contained in:
@@ -120,6 +120,9 @@ if [ -f ~/.bash_aliases-local ]; then
|
|||||||
. ~/.bash_aliases-local
|
. ~/.bash_aliases-local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
||||||
|
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
||||||
|
|
||||||
eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)"
|
eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)"
|
||||||
|
|
||||||
if [ -r "$HOME/.dotfiles/nvim-linux-$(uname -m)/bin/nvim" ]
|
if [ -r "$HOME/.dotfiles/nvim-linux-$(uname -m)/bin/nvim" ]
|
||||||
|
|||||||
@@ -26,6 +26,3 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
|
||||||
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user