Make source nvm command example identical to internal one

This commit is contained in:
Luke Childs 2016-08-28 14:51:33 +01:00
parent bbbb52a667
commit 9bc96c23ff

View File

@ -70,8 +70,8 @@ antigen bundle lukechilds/zsh-nvm
Performance comparison: Performance comparison:
```shell ```shell
% time (source $NVM_DIR/nvm.sh) % time (source "$NVM_DIR/nvm.sh")
( source $NVM_DIR/nvm.sh; ) 0.58s user 0.37s system 109% cpu 0.874 total ( source "$NVM_DIR/nvm.sh"; ) 0.58s user 0.37s system 109% cpu 0.874 total
% time (_zsh_nvm_lazy_load) % time (_zsh_nvm_lazy_load)
( _zsh_nvm_lazy_load; ) 0.01s user 0.01s system 168% cpu 0.012 total ( _zsh_nvm_lazy_load; ) 0.01s user 0.01s system 168% cpu 0.012 total