]> code.delx.au - dotfiles/commitdiff
bash: reorder initialisation
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 14 Jul 2017 11:09:35 +0000 (21:09 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 14 Jul 2017 11:21:30 +0000 (21:21 +1000)
.bash/environment

index 6e3b10667b4de788c2fdbf707fdad90ff37bb2fc..63a760b2053b81187a85ce5fae9a5291de365538 100644 (file)
@@ -31,12 +31,10 @@ else
     export EDITORBG="vim"
 fi
 
-# Load the bash functions
 source "${HOME}/.bash/functions"
 
+pathprepend "${HOME}/bin"
+
 # Load local environment settings
 [ -r "${HOME}/.bash/environment_local" ] && source "${HOME}/.bash/environment_local"
 
-# ~/bin should be in the front of path if it exists
-pathprepend "${HOME}/bin"
-