summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2010-02-01 14:46:10 -0500
committerEamon Walsh <ewalsh@tycho.nsa.gov>2010-02-01 14:46:10 -0500
commitcd9c92eda5b06851eef799199cdc4509bdc26ad9 (patch)
treefc523262dd3fcf4256d7406d2b24438c53126997
parent32a065f9d24c5c0a50d0244fafd6db5fb2b9b11a (diff)
Add buildskel to path, remove X Test stuff.
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index cb92896..6e29628 100644
--- a/.bashrc
+++ b/.bashrc
@@ -26,7 +26,7 @@ export GIT_COMMITTER_NAME='Eamon Walsh'
export GIT_COMMITTER_EMAIL='ewalsh@tycho.nsa.gov'
export EMAIL='ewalsh@tycho.nsa.gov'
export TET_ROOT=~/cvs/xtest
-export PATH=~/cvs/xtest/bin:~/cvs/xtest/xts5/bin:$PATH:/sbin:/usr/sbin
+export PATH=$PATH:/sbin:/usr/sbin:~/git/buildskel
export PS1='[\u@\h \W]\$ '
unset MAILCHECK