aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-15 18:17:08 -0300
committerEuAndreh <eu@euandre.org>2022-05-15 18:17:08 -0300
commit8dbde8ccddd91dd4a6fd7097ea9dab84b31e1c5c (patch)
tree0ccd1cc7756b8a00fb8abf7bf7b661773a1f977d /etc
parentetc/bash/rc: Move stty modification to the end of the file; remove dead "case" (diff)
downloaddotfiles-8dbde8ccddd91dd4a6fd7097ea9dab84b31e1c5c.tar.gz
dotfiles-8dbde8ccddd91dd4a6fd7097ea9dab84b31e1c5c.tar.xz
etc/bash/rc(cosmetic): Move comment on extra files into if statement
Diffstat (limited to 'etc')
-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