zsh: Add my website's scripts directory to $path, assuming it's at ~/Website
This commit is contained in:
parent
2db42121c9
commit
e8d08af807
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ function init-env-path
|
|||
{
|
||||
path=()
|
||||
update-path \
|
||||
"$HOME/Website/scripts" \
|
||||
"$HOME/bin" \
|
||||
"$HOME/.local/bin" \
|
||||
"$HOME/.cargo/bin" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue