From 5c85e11535a8f500b14ec899976ff50b78c78774 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 21 Nov 2019 14:58:27 +0100 Subject: [PATCH] [FIX][ZSH] Don't assume zprofile is sourced from ~ --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index bd613f3..3f57ef1 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,2 +1,2 @@ # Avoid duplication -source .profile +source ~/.profile