Browse Source

bashrc full name

master
Robin Thoni 9 years ago
parent
commit
0978bd1d6b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      bash/bashrc

+ 2
- 2
bash/bashrc View File

65
 fi
65
 fi
66
 
66
 
67
 if [ "$color_prompt" = yes ]; then
67
 if [ "$color_prompt" = yes ]; then
68
-  PS1='\[\e[01;31m\]$(_ps1_exit_status)\[\e[0m\]${debian_chroot:+($debian_chroot)}\u@\h:'"\[\e[01;34m\]\w\[\e[0m\]\[\e[01;32m\]"'$(__git_ps1 " [%s]")'"\[\e[0m\]\$ "
68
+  PS1='\[\e[01;31m\]$(_ps1_exit_status)\[\e[0m\]${debian_chroot:+($debian_chroot)}\u@\H:'"\[\e[01;34m\]\w\[\e[0m\]\[\e[01;32m\]"'$(__git_ps1 " [%s]")'"\[\e[0m\]\$ "
69
 else
69
 else
70
-  PS1='$?${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1)\$ '
70
+  PS1='$?${debian_chroot:+($debian_chroot)}\u@\H:\w$(__git_ps1)\$ '
71
 fi
71
 fi
72
 unset color_prompt force_color_prompt
72
 unset color_prompt force_color_prompt
73
 
73
 

Loading…
Cancel
Save