diff options
author | EuAndreh <eu@euandre.org> | 2022-05-15 18:17:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-15 18:17:08 -0300 |
commit | 8dbde8ccddd91dd4a6fd7097ea9dab84b31e1c5c (patch) | |
tree | 0ccd1cc7756b8a00fb8abf7bf7b661773a1f977d /etc | |
parent | etc/bash/rc: Move stty modification to the end of the file; remove dead "case" (diff) | |
download | dotfiles-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/rc | 4 |
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 |