]> code.delx.au - dotfiles/blobdiff - .bash_profile
gitconfig: added expire-prune
[dotfiles] / .bash_profile
index 98e80fdfffa26f02b15d86fcd871899909ce5e46..6cdf13a24d6ecccc01c101129237fbfdef7173f6 100644 (file)
@@ -1,12 +1,3 @@
-# Pull in any system defaults first so they can be overridden later
 [ -r /etc/profile ] && source /etc/profile
 
-# We run the environment settings for all shells to ensure it's always set up
-source "${HOME}/.bash/environment"
-
-# An interactive shell starting bash_profile must be a login shell (man bash)
-# We run the login script and the interactive setup
-if [ -n "${PS1}" ]; then
-       source "${HOME}/.bash/login"
-       source "${HOME}/.bash/interactive"
-fi
+source "${HOME}/.bashrc"