aboutsummaryrefslogtreecommitdiff
path: root/etc/bash
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bash')
-rw-r--r--etc/bash/rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/bash/rc b/etc/bash/rc
index c5356cc..aaeec1e 100644
--- a/etc/bash/rc
+++ b/etc/bash/rc
@@ -323,11 +323,9 @@ chmod 600 "$XDG_CONFIG_HOME"/ssh/id_rsa.pub
stty -ixon # Disable C-s/C-q mode
-#
-# Extra rc code to be loaded, stored in private repository
-#
if [ -r "$XDG_CONFIG_HOME"/bash/privrc.sh ]; then
+ # Extra rc code to be loaded, stored in private repository
. "$XDG_CONFIG_HOME"/bash/privrc.sh
fi