summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2011-07-15 10:37:40 -0400
committerMike Crute <mike@crute.us>2011-07-15 10:37:40 -0400
commita03ca6427ed3dc251f7704e00b877e1da16fc44d (patch)
tree7af13780aa46af4f23e69bc4bf724ab855fcfa81 /.bash_profile
parent18080d0529929f9c721142c87747e2a7877e6f73 (diff)
downloaddotfiles-a03ca6427ed3dc251f7704e00b877e1da16fc44d.tar.bz2
dotfiles-a03ca6427ed3dc251f7704e00b877e1da16fc44d.tar.xz
dotfiles-a03ca6427ed3dc251f7704e00b877e1da16fc44d.zip
Removing some cruft from bash_profile
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 2fbe779..4ab6057 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -2,5 +2,3 @@
2if [ -f ~/.bashrc ]; then 2if [ -f ~/.bashrc ]; then
3 . ~/.bashrc 3 . ~/.bashrc
4fi 4fi
5
6export PATH="$PATH:$HOME/bin"