source .zhsrc_local

This commit is contained in:
2016-03-22 17:49:19 -04:00
parent 9a6e04980b
commit 6ff3a672dd

6
.zshrc
View File

@@ -2,6 +2,12 @@ autoload -U colors && colors
source ~/.git-prompt.sh
if [[ -f .zshrc_local ]]
then
source .zshrc_local
else
fi
export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin
export EDITOR=vim
export CLICOLOR=1