Skip to content

Instantly share code, notes, and snippets.

@mager19
Created May 16, 2022 14:22
Show Gist options
  • Save mager19/3ae9020422e9eaa2f6dece3d498f20f6 to your computer and use it in GitHub Desktop.
Save mager19/3ae9020422e9eaa2f6dece3d498f20f6 to your computer and use it in GitHub Desktop.
Alias oh my zsh
alias cl="clear"
alias dev="ssh -tp 22 frontpor@64.227.12.223 'cd webapps; bash'"
alias rc1="ssh -tp 22 frontpor@165.227.122.237 'cd webapps; bash'"
alias rc2="ssh -tp 22 frontpor@167.99.224.167 'cd webapps; bash'"
alias rc3="ssh -tp 22 frontpor@157.245.138.99 'cd webapps; bash'"
alias rc4="ssh -tp 22 frontpor@142.93.193.237 'cd webapps; bash'"
alias rc5="ssh -tp 22 frontpor@161.35.105.105 'cd webapps; bash'"
alias rc6="ssh -tp 22 frontpor@134.122.9.188 'cd webapps; bash'"
alias sp5="ssh -tp 22 frontpor@67.205.141.186 'cd apps; bash'"
alias sp3="ssh -tp 22 frontpor@67.205.153.98 '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