set SSHS to false in PS1 if not set
This commit is contained in:
parent
271942ed41
commit
5bd38182e4
1 changed files with 1 additions and 0 deletions
1
PS1
1
PS1
|
@ -100,6 +100,7 @@ On_ICyan='\e[0;106m' # Cyan
|
|||
On_IWhite='\e[0;107m' # White
|
||||
|
||||
LABEL=""
|
||||
SSHS=${SSHS-false}
|
||||
case "$TERM" in
|
||||
xterm*|rxvt*|screen*)
|
||||
case "$TERM" in
|
||||
|
|
Loading…
Reference in a new issue