aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-01 18:15:18 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-01 19:05:51 +0000
commitb6a6e18b0ae8c81f85a84df4d050c75f9eb6e379 (patch)
tree251008e66253e64690291d205098d2f5b6adc5e4 /zsh/.zsh
parent699dbd7bcb0d4d57154787ccca9bb14a4ce269e1 (diff)
downloaddotfiles-b6a6e18b0ae8c81f85a84df4d050c75f9eb6e379.tar.gz
dotfiles-b6a6e18b0ae8c81f85a84df4d050c75f9eb6e379.zip
Update zsrhc python path on mac
Diffstat (limited to 'zsh/.zsh')
-rw-r--r--zsh/.zsh/export.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 1ab8d04..307b09e 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -25,7 +25,7 @@ if [ $os = "Darwin" ]; then
prepend_path "/Library/TeX/texbin"
prepend_path "/usr/local/opt/bison/bin"
- append_path "${HOME}/Library/Python/3.8/bin"
+ append_path "${HOME}/Library/Python/3.9/bin"
fi
prepend_path "/usr/local/bin"