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 . ~/.bash_aliases-local
fi fi
PATH="$HOME/.dotfiles:$PATH"
if which fzf >/dev/null if which fzf >/dev/null
then then
. "$HOME/.bash-profile.d/fzf-completion.bash" . "$HOME/.bash-profile.d/fzf-completion.bash"