Skip to content

Instantly share code, notes, and snippets.

@camwhite
Created November 10, 2015 00:42
Show Gist options
  • Save camwhite/e2094f940c8e12a03ab0 to your computer and use it in GitHub Desktop.
Save camwhite/e2094f940c8e12a03ab0 to your computer and use it in GitHub Desktop.
export PATH="/usr/local/bin:/usr/local/bin/subl:~/bin:$PATH"
export TERM=screen-256color-bce
alias ta='tmux attach -t'
alias tkss='tmux kill-session -t'
alias tksv='tmux kill-server'
alias tl='tmux list-sessions'
alias ts='tmux new-session -s'
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment