From b7e876edf9cd06c76874e63827c442cd9375e9e0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 7 May 2021 13:42:29 +0200 Subject: [PATCH] meant to swith long ago to $HOME/bin --- zsh/.zsh/configs/post/path.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zsh/configs/post/path.zsh b/zsh/.zsh/configs/post/path.zsh index 8a210c4..de4a709 100644 --- a/zsh/.zsh/configs/post/path.zsh +++ b/zsh/.zsh/configs/post/path.zsh @@ -1,4 +1,4 @@ -# ensure dotfiles bin directory is loaded first -PATH="$HOME/local/bin:$PATH" +# ensure local bin directory is loaded first +PATH="$HOME/bin:$PATH" export -U PATH