PS1 : Swap remote symbol from ~ to >.

This commit is contained in:
Dmitry Voronin 2024-01-04 19:33:13 +03:00
parent be7edcf03a
commit d559059241

View file

@ -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