Update command checks to use a faster method
This commit is contained in:
parent
6ce632755c
commit
83b6e927c6
7 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# Setup Fast Node Manager
|
||||
if type fnm > /dev/null; then
|
||||
if (( ${+commands[fnm]} )); then
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue