1
0

Add fzf to bashrc instead of profile

This commit is contained in:
2025-08-22 17:24:23 +01:00
parent 74cfc2fac5
commit f4809f8014
2 changed files with 3 additions and 3 deletions

View File

@@ -26,6 +26,3 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
. "$HOME/.bash-profile.d/fzf-completion.bash"
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"