summaryrefslogtreecommitdiff
path: root/Makefile
blob: 27631ce90ba19337ff83abb9d37d12e935bc6dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ifeq ($(USER),lvv)
        HOMEDIR := /home/lvv/p/volnitsky.com/ 
        INCLUDE := $(HOMEDIR)/include.mk 
else
        INCLUDE := /dev/null 
endif
 
include $(INCLUDE)
 
 
COPY_LIST = git-prompt.sh 
 
 
install:
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 ..."