aboutsummaryrefslogtreecommitdiffstats
path: root/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
parent699dbd7bcb0d4d57154787ccca9bb14a4ce269e1 (diff)
downloaddotfiles-b6a6e18b0ae8c81f85a84df4d050c75f9eb6e379.tar.gz
dotfiles-b6a6e18b0ae8c81f85a84df4d050c75f9eb6e379.zip
Update zsrhc python path on mac
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh2
-rw-r--r--zsh/.zshrc1
2 files changed, 2 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"
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ccf9080..8f7c2ae 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -40,3 +40,4 @@ bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey -M emacs '^P' history-substring-search-up
bindkey -M emacs ^N history-substring-search-down
+