that was just silly using rsync. unicode PS1!!!

This commit is contained in:
Dan Buch
2012-03-13 22:27:18 -04:00
parent 094441961b
commit 9967b2eca1
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ function precmd(){
PS1="$PS1$(trunc_pwd)\[\033[00m\] "
local pcla="$(which print-color-loadavg 2>/dev/null)"
test -n "$pcla" && test -x $pcla && PS1="$PS1($(print-color-loadavg)) "
PS1="$PS1$(__git_ps1 "(%s)")\n\$ "
PS1="$PS1$(__git_ps1 "(%s)")\n "
if [ -n "$1" ]
then