diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-12 21:05:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-12 21:05:15 +0300 |
| commit | 72c1837e40dd6d8493f8ac546af3958222e484fe (patch) | |
| tree | 11244e17316ca320f5fb19d4e4866e729fe378a3 | |
| parent | e96974f34aeeef11459a77a5343efae4012f4983 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index dca7220..fd4dd63 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -68,11 +68,11 @@ function quickedit::direct end function quickedit::scratchpad - quickedit::direct ~/Notes Scratchpad.md + quickedit::direct ~/Notes/Scratchpad.md end function quickedit::quicknote - quickedit::direct ~/Notes QuickNote.md + quickedit::direct ~/Notes/QuickNote.md end abbr -a e quickedit |
