From 439b77bc2ac69248ebc0530ed09e6eea62da2d1e Mon Sep 17 00:00:00 2001 From: Billy-George Price-Sprackland <1+billy.george@noreply.git.billygeorge.net> Date: Sun, 19 Jul 2026 23:10:10 +0100 Subject: [PATCH] Update .zshrc --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 6a88ad0..a9e5576 100644 --- a/.zshrc +++ b/.zshrc @@ -19,8 +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=/opt/homebrew/bin:$HOME/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 - +export PATH=/opt/homebrew/bin:$HOME/Library/Python/3.12/bin:$HOME/Library/Python/3.9/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' @@ -108,4 +107,4 @@ export COMPOSER_MEMORY_LIMIT=-1 # fi #} #shopt -s extdebug -#trap prod_command_trap DEBUG +#trap prod_command_trap DEBUG \ No newline at end of file