Created
June 5, 2013 20:32
-
-
Save jacob-ogre/5717066 to your computer and use it in GitHub Desktop.
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 ll='ls -la' | |
| alias ld='ll | grep '^d'' | |
| alias tmkill='tmux kill-session' | |
| alias tmux='TERM=xterm-256color tmux' | |
| alias lonestar='ssh username@lonestar.tacc.utexas.edu' | |
| alias stampede='ssh username@stampede.tacc.utexas.edu' | |
| export TERM=xterm-256color | |
| export GOROOT=$HOME/go | |
| export PATH=$PATH:$GOROOT/bin | |
| tmux attach -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment