From 7909d242511055af1565d9472d9cd168aebc25b8 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 1 Dec 2023 03:41:50 +0100 Subject: [PATCH] zprofile: Put zettelkasten notes into docs/notes/ --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"