X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=zshenv;h=d85db87571553ef264d8e64a2b0a762c1c86d5d0;hp=1e284b388d22d83d3eefa0bc2395074a0cbee837;hb=901f0486e49163e44626809ac42a18c6a1dd52bf;hpb=81dbd7e61b4a6ab0f11f80ecb7dc8b4d2b6af492 diff --git a/zshenv b/zshenv index 1e284b3..d85db87 100644 --- a/zshenv +++ b/zshenv @@ -34,12 +34,7 @@ function _chose_locale() { _chose_locale -if test -z "$TERMINFO"; then - export TERMINFO=$HOME/.config/terminfo - export TERM=$TERM -fi - -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