formatted bashrc

This commit is contained in:
Christian Koptein 2024-03-30 16:03:08 +01:00
parent c048be7c65
commit f8a0c526be

4
bashrc
View File

@ -68,8 +68,8 @@ case "$TERM" in
xterm* | rxvt*) xterm* | rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;; ;;
*) *) ;;
;;
esac esac
# enable color support of ls and also add handy aliases # enable color support of ls and also add handy aliases