From dfccdfb5a4abcb927c0810b290ed48e617e6fe12 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Tue, 27 Oct 2020 13:04:29 -0400
Subject: Switch gr alias back to git rebase

I always type out git reset and sometimes still expect gr to be
rebase... Never got used to it I guess.
---
 home/.shrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/.shrc b/home/.shrc
index 3013ac79..78d9e9f3 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -10,9 +10,9 @@ alias bc='bc -l'
 alias gs='git status --short --branch || ls' gd='git diff'
 alias gsh='git show' gl='git log --graph --pretty=log'
 alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash'
-alias ga='git add' gr='git reset' gmv='git mv' grm='git rm'
+alias ga='git add' gmv='git mv' grm='git rm'
 alias gc='git commit' gca='gc --amend' gt='git tag'
-alias gp='git push' gu='git pull' gf='git fetch'
+alias gp='git push' gu='git pull' gf='git fetch' gr='git rebase'
 alias rand='openssl rand -base64 33'
 alias private='eval "$(gpg -d ~/.private)"'
 type doas >/dev/null 2>&1 && alias sudo=doas
-- 
cgit 1.4.1