source .zhsrc_local
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -2,6 +2,12 @@ autoload -U colors && colors
|
|||||||
|
|
||||||
source ~/.git-prompt.sh
|
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 PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|||||||
Reference in New Issue
Block a user