.bin and .local/bin to PATH

This commit is contained in:
Leonora Tindall 2024-10-07 07:37:29 -05:00
parent fc3226bfed
commit 026312b153
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
export fpath=(~/.zsh/functions $fpath) export fpath=(~/.zsh/functions $fpath)
autoload -U compinit && compinit autoload -U compinit && compinit
fi fi
export PATH="$HOME/.bin:$HOME/.local/bin:$PATH"
fortune fortune
''; '';
}; };