Disable broken fzf history for Ubuntu 22.04
This commit is contained in:
@@ -120,9 +120,12 @@ if [ -f ~/.bash_aliases-local ]; then
|
|||||||
. ~/.bash_aliases-local
|
. ~/.bash_aliases-local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
if ! lsb_release -r | grep 22.04
|
||||||
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
then
|
||||||
. "$HOME/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash"
|
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
||||||
|
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
||||||
|
. "$HOME/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash"
|
||||||
|
fi
|
||||||
|
|
||||||
eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)"
|
eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user