From: Samir Benmendil Date: Wed, 26 Nov 2014 17:35:58 +0000 (+0000) Subject: Makefile: add zshenv X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/36edf0deb09f8a3f003c33136a332107622334a6 Makefile: add zshenv --- diff --git a/Makefile b/Makefile index 9ddf695..3d01524 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile weechat xbindkeysrc Xresources xprofile zprofile zshrc +DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile weechat xbindkeysrc Xresources xprofile zprofile zshenv zshrc CONFIGFILES := aliases compton.conf git mimeo.conf mpd offlineimap ranger retroarch systemd vim xkb zsh .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)