mirror of https://github.com/nirenjan/dotfiles.git
Add aliases for commonly used applications
parent
44b02f6886
commit
81c44dec83
|
@ -2,6 +2,7 @@
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
|
|
||||||
# Git aliases
|
# Git aliases
|
||||||
|
alias g='git'
|
||||||
alias tgp='time git pull'
|
alias tgp='time git pull'
|
||||||
alias gf='git fetch'
|
alias gf='git fetch'
|
||||||
|
|
||||||
|
@ -9,3 +10,5 @@ alias gf='git fetch'
|
||||||
# Use this to launch in 256-color mode
|
# Use this to launch in 256-color mode
|
||||||
alias tmux='TERM=screen-256color tmux -2'
|
alias tmux='TERM=screen-256color tmux -2'
|
||||||
|
|
||||||
|
# Vim alias
|
||||||
|
alias v='vim'
|
||||||
|
|
Loading…
Reference in New Issue