« get me outta code hell

zsh: GIT_EDITOR=true in git rebase --continue shortcut - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-01-26 12:24:33 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-26 12:24:33 -0400
commit6f0461fb8e788289485e65e5ff06d0c81ac71f70 (patch)
tree27693e094513aca09910de5c38df75a3d3ea71f4 /.zshrc
parentd5b7cac793c892509bf26960bada3e918bd85f87 (diff)
zsh: GIT_EDITOR=true in git rebase --continue shortcut HEAD main
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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'