Configure NOTESDIR, and add NOTESDIR/bin to PATH

This commit is contained in:
Leonora Tindall 2024-10-07 07:37:39 -05:00
parent 026312b153
commit 074b29c7a1
1 changed files with 2 additions and 1 deletions

View File

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