From 5849efe4f5dd6848ace712e4fdce0de190ea4a67 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sat, 5 Jun 2021 09:02:12 -0400 Subject: [PATCH] add $HOME/.local/bin to PATH --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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