1
0
Fork 0
mirror of synced 2024-06-25 18:01:09 -04:00
zimfw/modules
Eric Nielsen d2c1e613ae [git] Allow aliases prefix to be something else than g
There were a couple of reports before about aliases shadowing commands
in #59 and #139. And I was impressed to check how many actually shadow existing commands using Ubuntu's command-not-found:

    'gb'  : apt install gb
    'gc'  : apt install graphviz
    'gcp' : apt install gcp
    'gcs' : apt install opengcs
    'gcv' : apt install scotch
    'gdc' : apt install gdc
    'gfm' : apt install gfm
    'gid' : apt install id-utils
    'gld' : apt install postfix-gld
    'gm'  : apt install graphicsmagick
    'gmt' : apt install gmt
    'gp'  : apt install pari-gp
    'gpa' : apt install gpa
    'gpp' : apt install gpp
    'gpt' : apt install gpt
    'grc' : apt install grc
    'gri' : apt install gri
    'gs'  : apt install ghostscript
    'gsl' : apt install generator-scripting-language
    'gss' : apt install libgss-dev
    'gt'  : apt install genometools
    'gtv' : apt install smpeg-gtv
    'gwc' : apt install geneweb
    'gwd' : apt install geneweb

The ability to customize the prefix fixes this issue. Picking `G` for
example is a good one (Vim's Fugitive uses upper case `G` in the
beginning of is commands, to mention another place where it's used).

Closes zimfw/git#1

Copied from zimfw/git@b2a2ffbd31
2019-03-22 08:15:11 -05:00
..
archive [archive] Support unarchive of multiple files 2018-12-07 12:55:06 -05:00
autosuggestions Update modules' README.md 2018-12-17 14:11:16 -05:00
completion [completion] Add options to README.md 2018-12-15 16:54:32 -05:00
custom Update modules' README.md 2018-12-17 14:11:16 -05:00
debug Update modules' README.md 2018-12-17 14:11:16 -05:00
directory Update modules' README.md 2018-12-17 14:11:16 -05:00
environment Update modules' README.md 2018-12-17 14:11:16 -05:00
fasd remove broken quote in fasd function 2017-05-30 06:30:30 -07:00
git [git] Allow aliases prefix to be something else than g 2019-03-22 08:15:11 -05:00
git-info [git-info] Add complete example to README.md 2018-12-26 20:56:57 -05:00
history [history] Use fc -l instead of history 2018-12-15 08:10:29 -05:00
history-substring-search [history-substring-search] Fix bindkey back to what works 2018-09-17 15:32:44 -05:00
input Update modules' README.md 2018-12-17 14:11:16 -05:00
pacman Update modules' README.md 2018-12-17 14:11:16 -05:00
prompt [prompt] lean: Update submodule 2019-02-22 10:50:24 -05:00
ssh Update modules' README.md 2018-12-17 14:11:16 -05:00
syntax-highlighting Update modules' README.md 2018-12-17 14:11:16 -05:00
utility Update modules' README.md 2018-12-17 14:11:16 -05:00