From: Don Armstrong Date: Fri, 28 Dec 2012 19:38:37 +0000 (-0800) Subject: disable WC alias X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=d06667cc27e56b812e0a8ef07c123cd7cedd1dcc disable WC alias --- 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'