diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 15e9c5b..b38b299 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -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"