diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-28 22:15:21 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-28 22:15:21 +0100 |
commit | 1fc2fa680dfa98e0346a1d7742ac0244a47daad4 (patch) | |
tree | 809d082bb8b785c6d1ccfc16fff4cae9f68bb670 /config/essentials/zsh/functions.zsh | |
parent | 3f61a68a91d3d5058b7f26d7ea3666a507834652 (diff) | |
parent | 2150bcc82747601f7717e752672483967659a40b (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/essentials/zsh/functions.zsh')
-rw-r--r-- | config/essentials/zsh/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh index 8bf6c43..98cca08 100644 --- a/config/essentials/zsh/functions.zsh +++ b/config/essentials/zsh/functions.zsh @@ -14,7 +14,7 @@ nvf() { if test ! -f "$match" then logn "resetting cache..." - match="$(goo | tee "$cache" | grep -m 1 "$1$" 2> /dev/null)" + match="$(goo f "$HOME" | tee "$cache" | grep -m 1 "$1$" 2> /dev/null)" # # Alternative: # match="$(goo | grep -m 1 "$1" 2> /dev/null | tee -a | "$cache")" fi |