add check for fzf

This commit is contained in:
Daylin Morgan 2024-07-09 11:10:56 -05:00
parent 2d40c8690d
commit dedecf929f
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 2 additions and 2 deletions

View file

@ -50,6 +50,7 @@ current:
EXECUTABLES = [ EXECUTABLES = [
Exe(*args) Exe(*args)
for args in ( for args in (
("junegunn","fzf"),
("sharkdp", "fd"), ("sharkdp", "fd"),
("BurntSushi", "ripgrep", "rg"), ("BurntSushi", "ripgrep", "rg"),
("cli", "cli", "gh"), ("cli", "cli", "gh"),

View file

@ -1,2 +1 @@
# eval "$(fnm env --shell zsh)" eval "$(fnm env --shell zsh)"
smartcache eval fnm env --shell zsh