diff options
| -rw-r--r-- | .bash_profile | 1 | ||||
| -rw-r--r-- | .bashrc | 3 |
2 files changed, 1 insertions, 3 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 @@ -1,9 +1,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -. /etc/profile -export PATH="$HOME/dotfiles/scripts/:$PATH" - # Completion if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion |
