aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r--Shell/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index 0c0836f..8d17113 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -29,6 +29,7 @@ ef () {
### Git aliases
alias gs="git status"
+alias gd="git diff"
alias gc="git commit"
alias gg="emacsclient -s MAIN -a emacs -c --eval '(magit)'"