« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
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'