diff --git a/Makefile b/Makefile index 7b37b65..a568535 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ifeq ($(OS),Windows_NT) HOME = $(HOMEDRIVE)$(HOMEPATH) -install-conf: +install-conf: $(FILES) $(FILES2) cp gitconfig $(HOME)\.gitconfig cp vimrc $(HOME)\_vimrc cp gvimrc $(HOME)\_gvimrc diff --git a/commonshrc b/commonshrc index 054f667..177f274 100644 --- a/commonshrc +++ b/commonshrc @@ -75,3 +75,6 @@ test -x /usr/bin/vim && alias vi=vim passc() { pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c) } + + +add_to PATH /opt/ghc/7.8.3/bin