From 931744489c24e93b7297af10b205fbcb1c274418 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 3 Mar 2019 14:04:27 +0100 Subject: [PATCH] add .zprofile.local support --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) create mode 100644 zsh/.zprofile diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..1722164 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1 @@ +[[ -f ~/.zprofile.local ]] && source ~/.zprofile.local