From adb08bd4e31993ab091aaada083fff4af0c957b7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 10 Oct 2019 10:49:08 +0000 Subject: [PATCH] Makefile: don't link zprofile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 87fa04d..12dcded 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,6 @@ xprofile: zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zshrc ~/.zshrc - ln -sfT $(APATH)/zprofile ~/.zprofile ln -sfT $(APATH)/zshenv ~/.zshenv ln -sfT $(APATH)/zsh $(XDG_CONFIG_HOME)/zsh ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases -- 2.48.1