sets notes dir
This commit is contained in:
parent
5529d169ea
commit
977d45fe9a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
set -l filename "$ts"_"$slug.md"
|
set -l filename "$ts"_"$slug.md"
|
||||||
|
|
||||||
# Directory for notes (change if you prefer another path)
|
# Directory for notes (change if you prefer another path)
|
||||||
set -l notes_dir ~/notes
|
set -l notes_dir ~/dev/notes
|
||||||
|
|
||||||
# Ensure directory exists
|
# Ensure directory exists
|
||||||
test -d $notes_dir; or mkdir -p $notes_dir
|
test -d $notes_dir; or mkdir -p $notes_dir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue