From 036216b03d55db0396a9e1bb246503ad58398088 Mon Sep 17 00:00:00 2001 From: Shreenidhi Shedi Date: Wed, 24 Aug 2022 15:39:59 +0530 Subject: [PATCH] config-top.h: enable SYS_BASHRC & SSH_SOURCE_BASHRC Signed-off-by: Shreenidhi Shedi --- config-top.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-top.h b/config-top.h index 735f75e..5934fe5 100644 --- a/config-top.h +++ b/config-top.h @@ -91,7 +91,7 @@ #define DEFAULT_BASHRC "~/.bashrc" /* System-wide .bashrc file for interactive shells. */ -/* #define SYS_BASHRC "/etc/bash.bashrc" */ +#define SYS_BASHRC "/etc/bash.bashrc" /* System-wide .bash_logout for login shells. */ /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */ @@ -104,7 +104,7 @@ sshd and source the .bashrc if so (like the rshd behavior). This checks for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment, which can be fooled under certain not-uncommon circumstances. */ -/* #define SSH_SOURCE_BASHRC */ +#define SSH_SOURCE_BASHRC /* Define if you want the case-toggling operators (~[~]) and the `capcase' variable attribute (declare -c). */ -- 2.25.1