From be1bc3534e0b5a38cf37f4a56016a76d7c86c88f Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 6 Nov 2019 17:29:54 +0100 Subject: [PATCH] Standardize note path --- shell/notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/notes b/shell/notes index 3fbf1b1..563ff0a 100755 --- a/shell/notes +++ b/shell/notes @@ -2,7 +2,7 @@ function note() { ( local title="$1" local timestamp="$(date +%Y-%m-%dT%H:%M:%S%z)" - local dir="${HOME}/Dropbox/Notes" + local dir="${HOME}/.local/var/lib/notes" mkdir -p "${dir}" cd "${dir}"