mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
update check for nvm to allow for functions
This commit is contained in:
parent
dcb5c9ea14
commit
626bd39b00
@ -902,7 +902,7 @@ function __bobthefish_prompt_node -S -d 'Display current node version'
|
||||
set -l node_manager
|
||||
set -l node_manager_dir
|
||||
|
||||
if type -fq nvm
|
||||
if type -q nvm
|
||||
set node_manager 'nvm'
|
||||
set node_manager_dir $NVM_DIR
|
||||
else if type -fq fnm
|
||||
|
Loading…
Reference in New Issue
Block a user