diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ red_b='\[\033[1;31m\]' [ $(id -u) -eq 0 ] && user_color=$red_b || user_color=$yellow_b nrjobs='$([ \j -gt 0 ] && echo " [\j]")' [ -n "$debian_chroot" ] && chroot="[$debian_chroot] " -PS1=${TITLE}"($user_color\u$reset@$green\h$reset) $chroot\W\$(__git_ps1)$nrjobs $red\$$reset > " +PS1=${TITLE}"($user_color\u$reset@$green\h$reset) $chroot\W\$(__git_ps1)$nrjobs $red\\\$$reset > " export PATH=~/Apps/bin:$PATH export EDITOR="/usr/bin/vim" |
