diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-30 15:20:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-30 15:20:17 +0300 |
| commit | ad72432d5562a9b9873cfd506662fd6a8ce4068d (patch) | |
| tree | 42c0c5a2a077c511c755206a27c75c40d0f14426 | |
| parent | 1c43658b902700ea09d1c0e6d728efbf212512bd (diff) | |
jo
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 2 |
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 ) |
