mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Standardize note path
This commit is contained in:
parent
645703250b
commit
be1bc3534e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue