From 0a3d0c304b0a256c7413d982cc812d51a5ad3d64 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 14 Mar 2022 22:49:23 -0700 Subject: [PATCH] update $PATH --- zsh/zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshenv b/zsh/zshenv index 46d9a8c..19bcdc0 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -64,6 +64,9 @@ check_paths=( # misc apps /Applications/Postgres.app/Contents/Versions/latest/bin/ /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/ + + # home + $HOME/bin ) for fp in $check_paths; do