summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 1d666f70..6d1da0ca 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -115,7 +115,7 @@ nomad-shell () {
# Git aliases
alias ga='git add'
alias gb='git branch'
-alias gc='git commit'
+alias gc='git commit -v'
alias gd='git diff'
alias gdk='git difftool --no-symlinks --dir-diff'
alias gds='git diff --staged'