From d06667cc27e56b812e0a8ef07c123cd7cedd1dcc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 28 Dec 2012 11:38:37 -0800 Subject: [PATCH] disable WC alias --- .zsh/zshrc/80_abbreviations | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/zshrc/80_abbreviations b/.zsh/zshrc/80_abbreviations index 47e383d..e4c00c0 100644 --- a/.zsh/zshrc/80_abbreviations +++ b/.zsh/zshrc/80_abbreviations @@ -4,7 +4,8 @@ abbreviations=( '...' '../..' '....' '../../..' 'BG' '& exit' - 'WC' '| wc' +# WC is the alias for working tree for the --git-export option +# 'WC' '| wc' 'GR' '|& grep ' 'HD' '| head' 'HL' ' --help |& less -r' -- 2.39.2