From b6a6e18b0ae8c81f85a84df4d050c75f9eb6e379 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 1 Dec 2020 18:15:18 +0000 Subject: Update zsrhc python path on mac --- zsh/.zsh/export.zsh | 2 +- zsh/.zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh') 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 + -- cgit