aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
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
+