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

@@ -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