diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-01-14 12:15:13 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-01-14 12:15:13 +0100 |
| commit | a6e39c04a7cd31dc9db5018455fa286284ee84ac (patch) | |
| tree | 19da434ee9986027ac6c80a71093b7493d11ab0a /dot.zshenv | |
| parent | 24792675ec969091e271fc999431f12999796113 (diff) | |
Add macOS per-user python bin directory to $path
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
