Browse Source

Make source nvm command clearer

pull/5/head
Luke Childs 8 years ago
parent
commit
bbbb52a667
  1. 4
      README.md

4
README.md

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

Loading…
Cancel
Save