summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-02 07:49:03 -0400
committerMike Crute <mike@crute.us>2010-07-02 07:49:03 -0400
commit755fd4f40a869ce11ae4b3324addbc0911b91c00 (patch)
treeea44944c29c0eb41aea328aa78c40e478e825907 /.bash_profile
parentf961ddc466491b116f1806a7f783105fc2b969ab (diff)
downloaddotfiles-755fd4f40a869ce11ae4b3324addbc0911b91c00.tar.bz2
dotfiles-755fd4f40a869ce11ae4b3324addbc0911b91c00.tar.xz
dotfiles-755fd4f40a869ce11ae4b3324addbc0911b91c00.zip
Syncing with home.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile8
1 files changed, 1 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile
index 3dc099a..2fbe779 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,12 +1,6 @@
1# .bash_profile
2
3# Get the aliases and functions 1# Get the aliases and functions
4if [ -f ~/.bashrc ]; then 2if [ -f ~/.bashrc ]; then
5 . ~/.bashrc 3 . ~/.bashrc
6fi 4fi
7 5
8# User specific environment and startup programs 6export PATH="$PATH:$HOME/bin"
9
10PATH=$PATH:$HOME/bin
11
12export PATH