From 937328a833677ae6b5fe931bdb1de9d443a7544e Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 25 Jul 2019 10:48:55 -0700 Subject: [PATCH] Disable unused git aliases. --- dotfiles/zpreztorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/zpreztorc b/dotfiles/zpreztorc index e966c67..0babb44 100644 --- a/dotfiles/zpreztorc +++ b/dotfiles/zpreztorc @@ -80,6 +80,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' +# Don't set up aliases I never use +zstyle ':prezto:module:git:alias' skip 'yes' + # # GNU Utility #