Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created June 5, 2013 20:32
Show Gist options
  • Select an option

  • Save jacob-ogre/5717066 to your computer and use it in GitHub Desktop.

Select an option

Save jacob-ogre/5717066 to your computer and use it in GitHub Desktop.
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