diff options
| -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 9accc30..2074312 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -53,8 +53,8 @@ end function quickedit::scratchpad cd ~/Notes - if editor::helix::open_with_lock scratchpad.md - quickedit::postaction scratchpad.md + if editor::helix::open_with_lock Scratchpad.md + quickedit::postaction Scratchpad.md end cd - |
