1
0

Disable broken fzf history for Ubuntu 22.04

This commit is contained in:
2025-09-15 10:49:20 +01:00
parent 71fe8402a9
commit ba7615397e

View File

@@ -120,9 +120,12 @@ if [ -f ~/.bash_aliases-local ]; then
. ~/.bash_aliases-local
fi
. "$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"
if ! lsb_release -r | grep 22.04
then
. "$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)"