From e8d08af807854fb033596fe72c90c590ab2365dc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 12 Feb 2025 07:53:06 -0800 Subject: [PATCH] zsh: Add my website's scripts directory to $path, assuming it's at ~/Website --- zsh/func/init-env-path | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/func/init-env-path b/zsh/func/init-env-path index f948ed2..18f20bc 100644 --- a/zsh/func/init-env-path +++ b/zsh/func/init-env-path @@ -6,6 +6,7 @@ function init-env-path { path=() update-path \ + "$HOME/Website/scripts" \ "$HOME/bin" \ "$HOME/.local/bin" \ "$HOME/.cargo/bin" \