Fix bashrc
This commit is contained in:
parent
8d13ca672e
commit
9755ce389a
4
bashrc
4
bashrc
|
@ -62,9 +62,9 @@ if [ "$color_prompt" = yes ]; then
|
|||
else
|
||||
color="\033[1;35m"
|
||||
fi
|
||||
PS1="${color}┌── \u\033[33m@\033[32m\h\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m"
|
||||
PS1="${color}┌── \u\033[33m@\033[32m\H\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m"
|
||||
else
|
||||
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
||||
PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ '
|
||||
fi
|
||||
unset color_prompt force_color_prompt color
|
||||
|
||||
|
|
Loading…
Reference in New Issue