summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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