Update .zshrc

This commit is contained in:
2026-07-19 23:10:10 +01:00
parent 1e80f663d2
commit 439b77bc2a
+2 -3
View File
@@ -19,8 +19,7 @@ export PS1=$'\n'"%F{green} %*%F %3~ %F{white}"$'\n'"$ "
plugins=(git brew history kubectl history-substring-search) plugins=(git brew history kubectl history-substring-search)
# Custom $PATH with extra locations. # 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. # Bash-style time output.
export TIMEFMT=$'\nreal\t%*E\nuser\t%*U\nsys\t%*S' export TIMEFMT=$'\nreal\t%*E\nuser\t%*U\nsys\t%*S'
@@ -108,4 +107,4 @@ export COMPOSER_MEMORY_LIMIT=-1
# fi # fi
#} #}
#shopt -s extdebug #shopt -s extdebug
#trap prod_command_trap DEBUG #trap prod_command_trap DEBUG