From 6f0461fb8e788289485e65e5ff06d0c81ac71f70 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 26 Jan 2026 12:24:33 -0400 Subject: zsh: GIT_EDITOR=true in git rebase --continue shortcut --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 97d0ddf..8a3fcd7 100644 --- a/.zshrc +++ b/.zshrc @@ -135,7 +135,7 @@ export PATH # -- cli shenanigans -- alias tm='tmux attach \; choose-tree -s && exit' -alias grc='git rebase --continue' +alias grc='GIT_EDITOR=true git rebase --continue' alias grs='git show $(cat .git/REBASE_HEAD)' alias gri='git rebase --interactive --autosquash' -- cgit 1.3.0-6-gf8a5