From: Samir Benmendil Date: Wed, 28 Feb 2018 08:32:10 +0000 (+0000) Subject: Makefile: install aliases with zsh X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/94509bc4f98194271504713dd4b0caba7afc3ca8?hp=1fdca1abe03795d88582ebefdc020a9dc9bf988e Makefile: install aliases with zsh --- diff --git a/Makefile b/Makefile index eb5f29b..df4c443 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -61,6 +61,7 @@ zsh: ~/.config ln -sfT $(APATH)/zprofile ~/.zprofile ln -sfT $(APATH)/zshenv ~/.zshenv ln -sfT $(APATH)/zsh ~/.config/zsh + ln -sfT $(APATH)/aliases ~/.config/aliases mkdir -p ~/.cache/zsh .PHONY: zsh