From 702e14831d6824ac1687ae865c52c7cbcb26437a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 12 Mar 2025 14:49:01 -0500 Subject: [PATCH] Fixed up zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 85343d1..a32c1df 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ export PS1=$'\n'"%F{green} %*%F %3~ %F{white}"$'\n'"$ " plugins=(git brew history kubectl history-substring-search) # Custom $PATH with extra locations. -export PATH=$HOME/Library/Python/3.9/bin:/opt/homebrew/bin:/usr/local/bin:/usr/local/sbin:$HOME/bin:$HOME/go/bin:$HOME/.cargo/bin:/usr/local/git/bin:$HOME/.composer/vendor/bin:$PATH +export PATH=/opt/homebrew/bin:/Users/jgeerling/Library/Python/3.12/bin:/usr/local/bin:/usr/local/sbin:$HOME/bin:$HOME/.local/bin:$HOME/go/bin:/usr/local/git/bin:$HOME/.composer/vendor/bin:$PATH # Bash-style time output. export TIMEFMT=$'\nreal\t%*E\nuser\t%*U\nsys\t%*S'