summaryrefslogtreecommitdiff
path: root/.config/bash/rc.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/rc.sh')
-rw-r--r--.config/bash/rc.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 7df0373..ae55d5c 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -71,11 +71,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