]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_abbreviations
Revert "abbreviations should be two chars!"
[zsh.git] / .zsh / zshrc / 80_abbreviations
index e517d6cdd37b1188e55301b5c57a0ee6abf72b24..06fc9a74aec568e0c5574674daa56de1a82aa16f 100644 (file)
@@ -3,17 +3,17 @@ abbreviations=(
   '...'  '../..'
   '....' '../../..'
   'BG'   '& exit'
-  'WC'   '| wc'
-  'GR'   '|& grep '
-  'HD'   '| head'
+  'C'    '| wc'
+  'G   '|& grep '
+  'H   '| head'
   'HL'   ' --help |& less -r'
-  'LS'   '| less'
-  'LR'   '|& less -r'
-  'NL'   '&>/dev/null'
+  'L   '| less'
+  'LL'   '|& less -r'
+  'N   '&>/dev/null'
   'SL'   '| sort | less'
-  'SU'   '| sort -u'
-  'TL'   '| tail'
-  'VI'   '|& vim -'
+  'S   '| sort -u'
+  'T   '| tail'
+  'V   '|& vim -'
 )
 
 magic-abbrev-expand() {