This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zsh-nvm
mirror of
https://github.com/lukechilds/zsh-nvm.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Always return true so failed checks don't make us return a non zero exit code
pull/20/head
Luke Childs
8 years ago
parent
3388eebd8a
commit
8bdba4fa1e
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
zsh-nvm.plugin.zsh
2
zsh-nvm.plugin.zsh
View File
@ -183,3 +183,5 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then
fi
fi
return
true
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/zsh-nvm
Title
Body
Create Issue