summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <leonid@volnitsky.com>2013-12-19 08:17:24 -0800
committerLeonid Volnitsky <leonid@volnitsky.com>2013-12-19 08:17:24 -0800
commit69c2218697bb40c57a5a9363bb9e7305d2159233 (patch)
treee048cfb76c83fe430f30095bfbf3efc17fb112fd /Makefile
parentbash-v4 or newer mandated (diff)
parentretab on the rest of the files (diff)
downloadgit-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--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 27631ce..e355689 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ..."