diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-04 12:31:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-04 12:31:36 +0200 |
| commit | cabe9ca550d0a4bb1ba33d537a39b82635035172 (patch) | |
| tree | 1b5475f17f54350a8335aa2345304129997005e3 | |
| parent | 91ed2b193a6588200211fcacaafd3f1b0f07b2bb (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index d39176e..6ceeba1 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -67,7 +67,7 @@ end function quickedit::snippets set -l prev_dir (pwd) - cd $QUICKEDIT_DIR/snippets + cd $QUICKEDIT_DIR/notes/snippets if test (count $argv) -gt 0 set grep_pattern $argv[1] quickedit::current_dir $argv[1] |
