diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-12 20:52:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-12 20:52:13 +0300 |
| commit | 71714deaed6f1e6cdd45c383fc165aacc8296e75 (patch) | |
| tree | 85505979b5bca5dd02a9345f778e96744f5655f4 | |
| parent | f5c093d3712d089b5d2d2d718076edb7e0615afc (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index 4c0796c..73d58a8 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -36,6 +36,9 @@ function quickedit end cd $QUICKEDIT_DIR + find -L . -type f \ + -not -path '*/.*' \ + | grep -E "$grep_pattern" \ set -l file_path ( find -L . -type f \ -not -path '*/.*' \ |
