We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3012d commit 5a90c68Copy full SHA for 5a90c68
sgugshell.sh
@@ -39,6 +39,6 @@ export MANPATH=$SGUG_ROOT/man:/usr/share/catman/a_man:/usr/share/catman/g_man:/u
39
export LC_ALL=C
40
41
export PS1='[sgugshell \u@\h \W]\$ '
42
-# If ~/.sgug_bashrc exists, source it.
43
-[ -e $HOME/.sgug_bashrc ] && source $HOME/.sgug_bashrc
+# If ~/.sgug_bashrc exists, use that as our init file.
+[ -e $HOME/.sgug_bashrc ] && exec bash --rcfile $HOME/.sgug_bashrc -i
44
exec bash --norc -i
0 commit comments