]> code.delx.au - dotfiles/blobdiff - .bash_profile
gitconfig: added expire-prune
[dotfiles] / .bash_profile
index 08b408094bf453a339470db5acddb74b6cc55f58..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"