-
-
Save jlcampana/8c58aee5f888c671cbb9 to your computer and use it in GitHub Desktop.
.bash_profile node
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 characters
alias zmserver='ssh [email protected]' | |
alias zmtunel='ssh -L 8080:127.0.0.1:8080 [email protected]' | |
alias ndebug='node-debug --no-debug-brk' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment