aboutsummaryrefslogtreecommitdiff
path: root/runcoms/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'runcoms/zshrc')
-rw-r--r--runcoms/zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc
index 3166acf..98b5967 100644
--- a/runcoms/zshrc
+++ b/runcoms/zshrc
@@ -43,7 +43,7 @@ export VISUAL="nvim"
# Python related variables
export VIRTUAL_ENV_DISABLE_PROMPT=1
export WORKON_HOME=$HOME/.virtualenvs
-export PROJECT_HOME=$HOME/Projects
+export PROJECT_HOME=$HOME/Documents/projects
export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3"
# GPG
@@ -79,10 +79,10 @@ if [[ -s "/opt/homebrew/bin/brew" ]]; then
fi
# Z
-if ! command -v brew &> /dev/null; then
- . /usr/local/etc/profile.d/z.sh
-else
+if [[ -s "/opt/homebrew/bin/brew" ]]; then
. /opt/homebrew/etc/profile.d/z.sh
+else
+ . /usr/local/etc/profile.d/z.sh
fi
# ASDF