~xdavidwu/dotfiles

d85b0fab7dcc2013b0b67c583763e0f8b2a42e26 — xdavidwu 2 years ago b16070a
bash: ps1: fix slash
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 221,7 221,7 @@ while [ -n "$LVLSTR" ];do
	esac
	LVLSTR=${LVLSTR#?}
done
PS1="\[\033]2;$PS1AO\u@\h${STY:+>${STY#*\.}} \w\033\\\]$PS1A\[\033[0m\]$PS1"
PS1="\[\033]2;$PS1AO\u@\h${STY:+>${STY#*\.}} \w\033\\]$PS1A\[\033[0m\]$PS1"
export PTERM
alias rssh="command ssh"
alias ssh="env TERM=$PTERM ssh"