diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-04 12:32:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-04 12:32:33 +0200 |
| commit | d4b96265fccd26750b6ddc96509f684351f7d489 (patch) | |
| tree | c8b95ba11472b02de20755f74c4b460976acbd71 | |
| parent | cabe9ca550d0a4bb1ba33d537a39b82635035172 (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 6ceeba1..f1c0f15 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/notes/snippets + cd ~/Notes/snippets if test (count $argv) -gt 0 set grep_pattern $argv[1] quickedit::current_dir $argv[1] |
