mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-06-05 11:56:28 +08:00
Make test more resilient
Use `hostname` instead of `ls` in test of NVM_LAZY_LOAD_EXTRA_COMMANDS option
This commit is contained in:
parent
e07475126c
commit
8a42d77b77
@ -12,7 +12,7 @@ node_version=v5.11.0
|
||||
|
||||
# Set NVM_LAZY_LOAD to true
|
||||
export NVM_LAZY_LOAD=true
|
||||
export NVM_LAZY_LOAD_EXTRA_COMMANDS=('ls' 'whoami')
|
||||
export NVM_LAZY_LOAD_EXTRA_COMMANDS=('hostname' 'whoami')
|
||||
|
||||
# Load zsh-nvm
|
||||
load_zsh_nvm
|
||||
|
Loading…
Reference in New Issue
Block a user