Renamed and moved from Dash to Ash

This commit is contained in:
2014-01-08 16:57:03 +01:00
parent dfa8b8f515
commit 41afd423d9
7 changed files with 18 additions and 20 deletions

View File

@@ -127,7 +127,7 @@ unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
xterm-256color|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)