summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-30 15:20:17 +0300
committerPaul Buetow <paul@buetow.org>2025-04-30 15:20:17 +0300
commitad72432d5562a9b9873cfd506662fd6a8ce4068d (patch)
tree42c0c5a2a077c511c755206a27c75c40d0f14426
parent1c43658b902700ea09d1c0e6d728efbf212512bd (diff)
jo
-rw-r--r--dotfiles/fish/conf.d/quickedit.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish
index 3b5aee1..e51b950 100644
--- a/dotfiles/fish/conf.d/quickedit.fish
+++ b/dotfiles/fish/conf.d/quickedit.fish
@@ -39,7 +39,7 @@ function quickedit
set -l file_path (
find -L . -type f \
-not -path '*/.*' \
- | grep "$grep_pattern" \
+ | grep -E "$grep_pattern" \
| fzf
)