PS1 : Swap remote symbol from ~ to >.
This commit is contained in:
parent
be7edcf03a
commit
d559059241
|
@ -74,7 +74,7 @@ function __prompt_command() {
|
||||||
|
|
||||||
# Show remote connections.
|
# Show remote connections.
|
||||||
if [ -n "${SSH_TTY}" ]; then
|
if [ -n "${SSH_TTY}" ]; then
|
||||||
PS1+="~"
|
PS1+=">"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set user tag
|
# set user tag
|
||||||
|
|
Reference in a new issue