Created
November 10, 2015 00:42
-
-
Save camwhite/e2094f940c8e12a03ab0 to your computer and use it in GitHub Desktop.
This file contains 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
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