summaryrefslogtreecommitdiff
path: root/.config/bash/rc.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
commita9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (patch)
tree04b9575e3e3338b91c2d110bd4ceeac2a52cafe3 /.config/bash/rc.sh
parent39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (diff)
parentb0fc73174a1142ff0ff30d187944aa5b86eb3595 (diff)
Merge branch 'master' of git://lukeshu.com/dotfiles
Diffstat (limited to '.config/bash/rc.sh')
-rw-r--r--.config/bash/rc.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 7df0373..70f1ce4 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -1,4 +1,6 @@
-# ~/.bashrc: executed by bash(1) for interactive non-login shells.
+#!/hint/bash
+# ~/.bashrc: Sourced by bash(1) for interactive non-login shells
+#
# I include this file for all interactive invocations of bash(1), whether
# they are login shells or not.
@@ -71,11 +73,6 @@ unset make_prompt
################################################################################
-# Load my aliases
-if [[ -f ${XDG_CONFIG_HOME}/bash/aliases.sh ]]; then
- . ${XDG_CONFIG_HOME}/bash/aliases.sh
-fi
-
# Include modular config files
if [[ -d ${XDG_CONFIG_HOME}/bash/rc.d ]]; then
for file in "${XDG_CONFIG_HOME}/bash/rc.d"/*.sh; do