linux: update zshrc with a new alias 'grp'
This commit is contained in:
parent
9f2ecebede
commit
aa7d9e0f35
@ -32,6 +32,7 @@ alias gp="git push"
|
||||
alias gb="git branch"
|
||||
alias gch="git checkout"
|
||||
alias gchb="gch -b"
|
||||
alias grp="git pull --rebase && git push"
|
||||
|
||||
# Chnage keyboard layout
|
||||
setxkbmap -layout us,ru,fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user