Created
May 16, 2022 14:22
-
-
Save mager19/3ae9020422e9eaa2f6dece3d498f20f6 to your computer and use it in GitHub Desktop.
Alias oh my zsh
This file contains 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 cl="clear" | |
alias dev="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc1="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc2="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc3="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc4="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc5="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias rc6="ssh -tp 22 [email protected] 'cd webapps; bash'" | |
alias sp5="ssh -tp 22 [email protected] 'cd apps; bash'" | |
alias sp3="ssh -tp 22 [email protected] 'cd apps; bash'" | |
alias gulpfix="gulp serve --max-old-space-size=8192" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment