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