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