linux: update zshrc with a new alias 'grp'

This commit is contained in:
vas-dav 2024-03-10 12:39:06 +02:00
parent 9f2ecebede
commit aa7d9e0f35

View File

@ -32,6 +32,7 @@ alias gp="git push"
alias gb="git branch" alias gb="git branch"
alias gch="git checkout" alias gch="git checkout"
alias gchb="gch -b" alias gchb="gch -b"
alias grp="git pull --rebase && git push"
# Chnage keyboard layout # Chnage keyboard layout
setxkbmap -layout us,ru,fi setxkbmap -layout us,ru,fi