This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
Added test for `nvm current`
master
Timo Sand
12 years ago
parent
dd157129a6
commit
dc7a42062e
1 changed files
with
4 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
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
test/fast/Running "nvm current" should display current nvm environment.
4
test/fast/Running "nvm current" should display current nvm environment.
Unescape
Escape
View File
@ -0,0 +1,4 @@
#!/bin/sh
. ../../nvm.sh
nvm current | grep current
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
alvis/nvm
Title
Body
Create Issue