Add aliases for commonly used applications

vimbundler
nirenjan 2013-07-09 18:54:26 -07:00
parent 44b02f6886
commit 81c44dec83
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
alias ll='ls -l'
# Git aliases
alias g='git'
alias tgp='time git pull'
alias gf='git fetch'
@ -9,3 +10,5 @@ alias gf='git fetch'
# Use this to launch in 256-color mode
alias tmux='TERM=screen-256color tmux -2'
# Vim alias
alias v='vim'