diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index e185d87..bfb087f 100644 --- a/.zshrc +++ b/.zshrc @@ -118,6 +118,7 @@ export PATH # -- cli shenanigans -- alias tm='tmux attach \; choose-tree -s && exit' +alias grc='git rebase --continue' # -- file management utilities -- |