diff options
author | Leonid Volnitsky <leonid@volnitsky.com> | 2013-12-19 08:17:24 -0800 |
---|---|---|
committer | Leonid Volnitsky <leonid@volnitsky.com> | 2013-12-19 08:17:24 -0800 |
commit | 69c2218697bb40c57a5a9363bb9e7305d2159233 (patch) | |
tree | e048cfb76c83fe430f30095bfbf3efc17fb112fd /Makefile | |
parent | bash-v4 or newer mandated (diff) | |
parent | retab on the rest of the files (diff) | |
download | git-prompt-69c2218697bb40c57a5a9363bb9e7305d2159233.tar.gz git-prompt-69c2218697bb40c57a5a9363bb9e7305d2159233.tar.bz2 git-prompt-69c2218697bb40c57a5a9363bb9e7305d2159233.zip |
Merge pull request #38 from killphi/cleanup
Cleanup
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 ..." |