]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_abbreviations
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshrc / 80_abbreviations
index cae9274555ad28e864b69b896143b7babc5cace3..e4c00c0847087ec67d4fef16304169472caea6cc 100644 (file)
@@ -1,9 +1,11 @@
+# -*- mode: sh -*-
 typeset -Ag abbreviations
 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'