add $HOME/.local/bin to PATH
This commit is contained in:
parent
9ceb6ae568
commit
5849efe4f5
4
zshrc
4
zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user