Skip to content

Instantly share code, notes, and snippets.

@cpgillem
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save cpgillem/995bd330c08ef8b161eb to your computer and use it in GitHub Desktop.

Select an option

Save cpgillem/995bd330c08ef8b161eb to your computer and use it in GitHub Desktop.
My bashrc for Unix OSs
# SSH Convenience Aliases
alias cclub="ssh [email protected] -t 'tmux attach -d'"
alias home="ssh [email protected]"
alias home-admin="ssh [email protected]"
alias testvm="ssh -p 2222 localhost"
alias flayground="ssh [email protected]"
# Program aliases
alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
alias l="ls -la"
alias tree="ls -Rla"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment