From a98486eb80e15005bd4f57d4de62523c47683bcc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 24 Apr 2025 23:57:05 +0300 Subject: Update --- dotfiles/fish/conf.d/quickedit.fish | 2 -- 1 file changed, 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 -- cgit v1.2.3