[update] Add alias for git
This commit is contained in:
parent
5001635823
commit
7e0341098e
1 changed files with 6 additions and 0 deletions
|
@ -20,8 +20,14 @@ alias .='jpwd'
|
||||||
# Edit something
|
# Edit something
|
||||||
alias e="$EDITOR"
|
alias e="$EDITOR"
|
||||||
|
|
||||||
|
# Read the file
|
||||||
alias r='bat'
|
alias r='bat'
|
||||||
|
|
||||||
|
# Git
|
||||||
|
alias gp='git push'
|
||||||
|
alias commit='git commit -S'
|
||||||
|
alias clone='git clone'
|
||||||
|
|
||||||
# Colorize grep output (good for log files)
|
# Colorize grep output (good for log files)
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
|
|
Loading…
Reference in a new issue