Standardize note path

This commit is contained in:
Loic Nageleisen 2019-11-06 17:29:54 +01:00
parent 645703250b
commit be1bc3534e

View file

@ -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}"