diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index ba43ca0..62995cf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,7 +3,7 @@ if [ -f "$HOME/.bashrc" ]; then fi # Environment Variables -export PATH="$HOME/dotfiles/scripts/:$PATH" +export PATH="$HOME/dotfiles/scripts/util:$HOME/dotfiles/scripts/system:$PATH" export EDITOR="/bin/emacs" # Create XDG Runtime Dir |
