Last active
August 29, 2015 14:18
-
-
Save cpgillem/995bd330c08ef8b161eb to your computer and use it in GitHub Desktop.
My bashrc for Unix OSs
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
| # SSH Convenience Aliases | |
| alias cclub="ssh cpgsquared@yakko.cs.wmich.edu -t 'tmux attach -d'" | |
| alias home="ssh cpg@leona.cadegillem.me" | |
| alias home-admin="ssh sysadmin@leona.cadegillem.me" | |
| alias testvm="ssh -p 2222 localhost" | |
| alias flayground="ssh cpg@104.131.162.180" | |
| # 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