aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-01-14 12:15:13 +0100
committerThomas Schneider <qsx@chaotikum.eu>2020-01-14 12:15:13 +0100
commita6e39c04a7cd31dc9db5018455fa286284ee84ac (patch)
tree19da434ee9986027ac6c80a71093b7493d11ab0a
parent24792675ec969091e271fc999431f12999796113 (diff)
Add macOS per-user python bin directory to $path
-rw-r--r--dot.zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshenv b/dot.zshenv
index ea18e40..cd65fe8 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -6,6 +6,7 @@ export GPG_TTY=$(tty)
export EDITOR=emacsclient
export VISUAL=$EDITOR
path=(
+ ~/Library/Python/*/bin(/N)
~/.gem/ruby/*/bin(/N)
~/.cabal/bin(/N)
$GOPATH/bin(/N)