add check for fzf
This commit is contained in:
parent
2d40c8690d
commit
dedecf929f
2 changed files with 2 additions and 2 deletions
|
@ -50,6 +50,7 @@ current:
|
|||
EXECUTABLES = [
|
||||
Exe(*args)
|
||||
for args in (
|
||||
("junegunn","fzf"),
|
||||
("sharkdp", "fd"),
|
||||
("BurntSushi", "ripgrep", "rg"),
|
||||
("cli", "cli", "gh"),
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# eval "$(fnm env --shell zsh)"
|
||||
smartcache eval fnm env --shell zsh
|
||||
eval "$(fnm env --shell zsh)"
|
||||
|
|
Loading…
Reference in a new issue