From 8dbde8ccddd91dd4a6fd7097ea9dab84b31e1c5c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 May 2022 18:17:08 -0300 Subject: etc/bash/rc(cosmetic): Move comment on extra files into if statement --- etc/bash/rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/bash') 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 -- cgit v1.2.3