diff options
author | killphi <killphi@gmx.de> | 2013-12-19 14:24:24 +0100 |
---|---|---|
committer | killphi <killphi@gmx.de> | 2013-12-19 14:24:24 +0100 |
commit | 569178c05f02fa9f22a6fb7bd1baccf3765a866e (patch) | |
tree | e048cfb76c83fe430f30095bfbf3efc17fb112fd /Makefile | |
parent | cleaned git-prompt.conf (diff) | |
download | git-prompt-569178c05f02fa9f22a6fb7bd1baccf3765a866e.tar.gz git-prompt-569178c05f02fa9f22a6fb7bd1baccf3765a866e.tar.bz2 git-prompt-569178c05f02fa9f22a6fb7bd1baccf3765a866e.zip |
retab on the rest of the files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,10 +12,10 @@ COPY_LIST = git-prompt.sh install: - cp -v git-prompt.sh /etc/ - [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/ - + cp -v git-prompt.sh /etc/ + [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/ + tgit: - xclip -i git-demo - echo "ready to paste ..." + xclip -i git-demo + echo "ready to paste ..." |