zsh: Add my website's scripts directory to $path, assuming it's at ~/Website

This commit is contained in:
Eryn Wells 2025-02-12 07:53:06 -08:00
parent 2db42121c9
commit e8d08af807

View file

@ -6,6 +6,7 @@ function init-env-path
{
path=()
update-path \
"$HOME/Website/scripts" \
"$HOME/bin" \
"$HOME/.local/bin" \
"$HOME/.cargo/bin" \