diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 5ce4e92..3f870d5 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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"