Update .zshrc
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user