summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 323ea2b..445b0b0 100644
--- a/zshrc
+++ b/zshrc
@@ -57,6 +57,7 @@ alias ll=ls -la
alias gq="background geeqie"
alias ev="background evince"
alias mpa="mpv -vo=null"
+alias cdg="cd \$(git root)"
# vim: open multiple files in tabs by default
alias vim="vim -p"