From 89199bb23fef4113ab40174a166df65009b1cc18 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 23 Aug 2017 05:50:18 -0700 Subject: [PATCH] ENH: go-many-git --- zsh/zpreztorc | 3 +++ zsh/zshrc | 1 + 2 files changed, 4 insertions(+) diff --git a/zsh/zpreztorc b/zsh/zpreztorc index 9decea6..886d285 100644 --- a/zsh/zpreztorc +++ b/zsh/zpreztorc @@ -50,6 +50,9 @@ zstyle ':prezto:module:editor' key-bindings 'vi' # Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'. # zstyle ':prezto:module:git:status:ignore' submodules 'all' +# Disable aliases +zstyle ':prezto:module:git:alias' skip 'yes' + # # GNU Utility # diff --git a/zsh/zshrc b/zsh/zshrc index 8e7350b..e27f016 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -62,3 +62,4 @@ function back_things_up() { ln -s $dest_root/$date $dest_root/latest # TODO: once confident pruning is working well, add that in here } +alias gmg=$GOPATH/bin/go-many-git