summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-08 14:52:42 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-08 14:52:42 -0600
commit036eb2d7b5db9f65c8991be91e1c567d6fbb0399 (patch)
treed9bc29a9aea8bb551835d8f242b63f970c9d96c3 /bashrc
parent96690c276df5f1f8389e81d273113c85a285b36d (diff)
downloadconf-036eb2d7b5db9f65c8991be91e1c567d6fbb0399.tar.gz
conf-036eb2d7b5db9f65c8991be91e1c567d6fbb0399.zip
make git helper scripts available to the main git program
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index abe5550..654055f 100644
--- a/bashrc
+++ b/bashrc
@@ -22,6 +22,7 @@ export TEXINPUTS=".:${HOME}/conf/tex:"
export NHBOT_DARCS_AUTHOR="doy@tozt.net"
export NHBOT_PUBLIC_REPO_BASE="http://tozt.net/code/"
export LESS='-QR'
+export GIT_EXEC_PATH="${HOME}/.bin/git:${GIT_EXEC_PATH}"
[ -x /usr/bin/lesspipe ] && export LESSOPEN='|/usr/bin/lesspipe %s'
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN='|/usr/bin/lesspipe.sh %s'
# }}}