X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=zshenv;fp=zshenv;h=d85db87571553ef264d8e64a2b0a762c1c86d5d0;hp=fc8acbcd73f2aa491281fa425ba4e06f0f68bbcf;hb=5d1af5e2d843cdca9551fcdd769ebad8075d6750;hpb=45b92f948ad78776c745acc1ae7cc9f7041e3a34 diff --git a/zshenv b/zshenv index fc8acbc..d85db87 100644 --- a/zshenv +++ b/zshenv @@ -34,7 +34,7 @@ function _chose_locale() { _chose_locale -if test -d ~/dev/scm/git; then +if test -d ~/dev/scm/git -a -z "$GIT_EXEC_PATH"; then export GIT_EXEC_PATH=~/dev/scm/git export PATH=~/dev/scm/git:${PATH} fi