Fixes #19: Use HOME instead of hardcoded user account path.
This commit is contained in:
@@ -19,7 +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:/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
|
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
|
||||||
|
|
||||||
# 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user