]> code.delx.au - dotfiles/blobdiff - .bash/environment
bash: reorder initialisation
[dotfiles] / .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"
-