summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-24 23:57:05 +0300
committerPaul Buetow <paul@buetow.org>2025-04-24 23:57:05 +0300
commita98486eb80e15005bd4f57d4de62523c47683bcc (patch)
tree374ca4d79cfd74011b333eb8007f78c681f34ae1
parent18658e511ffb2b3f8d887400ee243192d5373ab5 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/quickedit.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish
index 4bf0cd3..ca3ad3b 100644
--- a/dotfiles/fish/conf.d/quickedit.fish
+++ b/dotfiles/fish/conf.d/quickedit.fish
@@ -38,8 +38,6 @@ function quickedit
cd $QUICKEDIT_DIR
set -l file_path (
find -L . -type f \
- \( -name "*.txt" -o -name "*.md" -o -name "Makefile" \
- -o -name "*.xml" -o -name "*.json" \) \
-not -path '*/.*' \
| grep "$grep_pattern" \
| fzf