Place .bashrc invokation after PATH tweaking in .bash_profile so .bashrc has the...
authorW. Trevor King <wking@drexel.edu>
Wed, 30 Nov 2011 14:00:51 +0000 (09:00 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 30 Nov 2011 14:00:51 +0000 (09:00 -0500)
src/.bash_profile

index e2bb5a61272cc804935a36813cac9c72f5557bca..6fbb82214c1b68a7fc56d7d15d312ba53e9564e3 100644 (file)
@@ -1,14 +1,14 @@
 # This file is sourced by bash for login shells.
 
-# The following line runs your .bashrc and is recommended by the bash
-# info pages.
-[[ -f ~/.bashrc ]] && . ~/.bashrc
-
 # set PATH so it includes user's private bin if it exists
 if [ -d ~/bin ]; then
     PATH=~/bin:"${PATH}"
 fi
 
+# The following line runs your .bashrc and is recommended by the bash
+# info pages.
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
 #exec screen -R # automatically attach to first detached session if it exists
 
 # print my calendar if I've configured it