-
-
Save asiellb/fa138fc2fc362081b697fa7542763954 to your computer and use it in GitHub Desktop.
Revisions
-
MeLlamoPablo created this gist
Feb 1, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/usr/bin/env zsh sudo rm -f /usr/bin/node sudo rm -f /usr/bin/npm sudo ln -s $(which node) /usr/bin/ sudo ln -s $(which npm) /usr/bin/