1
0

Add .dotfiles to PATH

This commit is contained in:
2025-12-14 14:01:52 +00:00
parent fb079f663d
commit e37d5bda60

View File

@@ -120,6 +120,8 @@ if [ -f ~/.bash_aliases-local ]; then
. ~/.bash_aliases-local
fi
PATH="$HOME/.dotfiles:$PATH"
if which fzf >/dev/null
then
. "$HOME/.bash-profile.d/fzf-completion.bash"