From d559059241accaa341f92889a3c13c4f68cb396a Mon Sep 17 00:00:00 2001 From: home Date: Thu, 4 Jan 2024 19:33:13 +0300 Subject: [PATCH] PS1 : Swap remote symbol from ~ to >. --- .config/bash/module/Ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Ps1.sh b/.config/bash/module/Ps1.sh index f42e3c3..160bce0 100644 --- a/.config/bash/module/Ps1.sh +++ b/.config/bash/module/Ps1.sh @@ -74,7 +74,7 @@ function __prompt_command() { # Show remote connections. if [ -n "${SSH_TTY}" ]; then - PS1+="~" + PS1+=">" fi # set user tag