2016-08-01 14:01:51 -04:00
|
|
|
export PATH=$HOME/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:$PATH
|
2015-09-28 22:49:09 -07:00
|
|
|
|
|
|
|
|
2016-08-01 14:01:51 -04:00
|
|
|
echo "Welcome back, $USER"
|
2015-09-28 22:49:09 -07:00
|
|
|
|
2016-08-01 14:01:51 -04:00
|
|
|
# use vi bindings for terminal input
|
2015-09-28 22:49:09 -07:00
|
|
|
set -o vi
|
|
|
|
|
2016-08-01 14:01:51 -04:00
|
|
|
# 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
|
2015-09-28 22:49:09 -07:00
|
|
|
|