zprofile: Put zettelkasten notes into docs/notes/

This commit is contained in:
2023-12-01 03:41:50 +01:00
parent 5359298bed
commit 7909d24251

View File

@@ -48,7 +48,7 @@ if [[ $OSTYPE =~ darwin && ! $PATH =~ "/Library/Apple/usr/bin" ]]; then
export PATH="${PATH:+$PATH:}/Library/Apple/usr/bin"
fi
export ZETTELKASTEN_NOTES="$HOME/docs"
export ZETTELKASTEN_NOTES="$HOME/docs/notes"
# Locale settings as $LANG
[[ ! -e "$XDG_CONFIG_HOME/locale.conf" ]] || . "$XDG_CONFIG_HOME/locale.conf"