X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=blobdiff_plain;f=.zsh%2Fzshrc%2F80_abbreviations;h=06fc9a74aec568e0c5574674daa56de1a82aa16f;hp=e517d6cdd37b1188e55301b5c57a0ee6abf72b24;hb=99f4dc7705ef2ad682b538b2e86362143ff982c4;hpb=9567c0145755a8997c8435ceea1189021d2abe30 diff --git a/.zsh/zshrc/80_abbreviations b/.zsh/zshrc/80_abbreviations index e517d6c..06fc9a7 100644 --- a/.zsh/zshrc/80_abbreviations +++ b/.zsh/zshrc/80_abbreviations @@ -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() {