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