From 94509bc4f98194271504713dd4b0caba7afc3ca8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 28 Feb 2018 08:32:10 +0000 Subject: [PATCH] Makefile: install aliases with zsh --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.48.1