From 6ff3a672dd895bdaedea0c64033e849dc0525b2c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 22 Mar 2016 17:49:19 -0400 Subject: [PATCH] source .zhsrc_local --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index d9817a2..9ca05d2 100644 --- a/.zshrc +++ b/.zshrc @@ -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