diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 28e20bb64c12..000000000000 --- a/.bash_profile +++ /dev/null @@ -1,17 +0,0 @@ -export PATH=$HOME/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:$PATH - - -echo "Welcome back, $USER" - -# use vi bindings for terminal input -set -o vi - -# aliases -source $HOME/pc_settings/.w_aliases.sh - -# functions -source $HOME/pc_settings/.w_functions.sh - -# syntax highlighting for CLI; if not installed, run the following command -# brew install zsh-syntax-highlighting - |