From f56d78fa5dbaad199ff11a91b9cc5b2d5302db25 Mon Sep 17 00:00:00 2001 From: Xian Wang Date: Thu, 17 Nov 2022 04:59:14 -0800 Subject: zshrc: source profile if exists Signed-off-by: Xian Wang --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 1d152ca..377a3e8 100644 --- a/zshrc +++ b/zshrc @@ -187,6 +187,7 @@ stfu() { _comp_options=("${(@)_comp_options:#NO_ignoreclosebraces}") +[[ -e ~/.profile ]] && source ~/.profile [[ -e ~/.shfuncs ]] && source ~/.shfuncs setopt notify -- cgit v1.2.3