]> git.donarmstrong.com Git - zsh.git/commitdiff
disable WC alias
authorDon Armstrong <don@donarmstrong.com>
Fri, 28 Dec 2012 19:38:37 +0000 (11:38 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 28 Dec 2012 19:38:37 +0000 (11:38 -0800)
.zsh/zshrc/80_abbreviations

index 47e383dae656a37f29721ce630ec86de1ef514f5..e4c00c0847087ec67d4fef16304169472caea6cc 100644 (file)
@@ -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'