From 9967b2eca1eafb753e3c2a933eb2e093d134c2f5 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 13 Mar 2012 22:27:18 -0400 Subject: [PATCH] that was just silly using rsync. unicode PS1!!! --- Makefile | 2 +- bash_functions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3f595a..d3e54f7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGETS = $(patsubst %,$(HOME)/.%,$(shell ls -d * | grep -v '.d')) $(HOME)/.%: % - rsync -avz $^ $@ + cp -v $^ $@ all: $(TARGETS) mkdir -p $(HOME)/.bash_completion.d diff --git a/bash_functions b/bash_functions index 8c0fb4d..1f943f2 100644 --- a/bash_functions +++ b/bash_functions @@ -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