From e37d5bda60eb47df692cb7c4b8c5b3d254c0c614 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sun, 14 Dec 2025 14:01:52 +0000 Subject: [PATCH] Add .dotfiles to PATH --- bashprofile/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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"