diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 23:24:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 23:24:06 +0300 |
| commit | ec773cec5a6af8831f4b0a292a34ef03a220f5f6 (patch) | |
| tree | 2dda85443a6edae560cc4c0ae921e2b5af0c1324 | |
| parent | 0f5e7bf23efc60cdf3b4fec70b8a8bbc15584bf0 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/quickedit.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/conf.d/quickedit.fish b/fish/conf.d/quickedit.fish index 42bd52a..818d85c 100644 --- a/fish/conf.d/quickedit.fish +++ b/fish/conf.d/quickedit.fish @@ -13,7 +13,8 @@ set -g quickedit_ignore_suffixes \ .apkg .apk .kdbx .pfx .p12 \ .epub .mht .mhtml .gnumeric .abw \ .blend .sh3d \ - .spd .spd-wal .spd-shm + .spd .spd-wal .spd-shm \ + .note function quickedit::filter_ignore_suffixes set -l out |
