add $HOME/.local/bin to PATH

This commit is contained in:
Colin McMillen 2021-06-05 09:02:12 -04:00
parent 9ceb6ae568
commit 5849efe4f5

4
zshrc
View File

@ -3,8 +3,8 @@ bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char bindkey "^[[3~" delete-char
path+=("~/bin") path+=("$HOME/bin")
path+=("$HOME/software/depot_tools") path+=("$HOME/.local/bin")
EDITOR=vim EDITOR=vim
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E