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 = [
|
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"),
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
# eval "$(fnm env --shell zsh)"
|
eval "$(fnm env --shell zsh)"
|
||||||
smartcache eval fnm env --shell zsh
|
|
||||||
|
|
Loading…
Reference in a new issue