summaryrefslogtreecommitdiff
path: root/plugins/common-aliases
AgeCommit message (Collapse)Author
2020-12-09fix(common-aliases)!: don't overshadow `fd` if installed (#9162)Marc Cornellà
BREAKING CHANGE: in `common-aliases`, the `fd` alias won't be defined if `fd` is installed (https://github.com/sharkdp/fd).
2020-12-09Document fd alias change in READMEMarc Cornellà
2020-12-10fd: Rework command to be more idiomaticRohit Goswami
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-09-04common-aliases: lazily assign $BROWSER, $EDITOR and $XIVIEWER in ext aliasesMarc Cornellà
Fixes #9212
2020-08-07aliases: Don't overshadow fdRohit Goswami
2020-05-23common-aliases: fix hardcoded .zshrc path (#5926)Mohammad Saboorian
2020-02-10common-aliases: fix loading of is-at-least function (#6215)Yuan Liu
2019-07-27common-aliases: add README (#8039)Gopal9816
2018-06-18common-aliases: delete unexistant commandMarc Cornellà
`display_info` doesn't exist in any known platform Fixes #5208
2018-06-18Fix zshrc alias when $EDITOR uses parameters (#6146)Elton Chen-Yu Ho
According to #5003 if one exports EDITOR with parameters, say: `export EDITOR='subl -w'` running command: `zshrc` will result in: `zsh: command not found: subl -w` This can be fixed by updating common-aliases.plugin.zsh line 16 with: `alias zshrc='${=EDITOR} ~/.zshrc' # Quick access to the ~/.zshrc file` Fixes #5003
2016-11-02common-aliases: check if `$XIVIEWER` is defined and minor fixesMarc Cornellà
2016-11-02common-aliases: minor style fixesMarc Cornellà
2016-11-02common-aliases: check if $BROWSER is defined on browser aliasesMarc Cornellà
2016-11-02PHP suffix alias should be removedMarco De Bortoli
PHP can be executed as CLI script but due to the automated attempt to add browser support to that extension such ability is prevented in certain circumstances.
2016-10-08Add m4a format in the common aliases plugin (#5502)Florian Boulay
The m4a file format can be opened in the command line with mplayer
2015-12-11common-aliases: handle "dev" versions in version checkAndrew Janke
Uses `is-at-least` instead of a numeric comparison hack, so versions with non-numeric bits like "4.5.0-dev5" don't throw errors.
2015-05-06Use $EDITORAleks
2015-02-10Deletes dot aliases from common-aliases.LFDM
They are implemented in lib anyway.
2014-09-13Remove j alias for autojumpHalil Özgür
j alias conflicts with autojump's j() function. Fixes #2989
2014-05-24Fix dud alias. Switch --max-depth for just -dBrian Hartvigsen
As far as I can tell (tested on Linux & Darwin, BSD man page seems to agree), `-d` is pretty univerally accepted as the depth argument. So instead of doing a test, we can just use -d and call it a day.
2014-05-24This is already done in lib/theme-and-appearance.zsh and supports Darwin/BSD/etcBrian Hartvigsen
2014-03-22add common video formats FLV and WEBMjieryn
2013-06-12Better super-grepGaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-11New plugin 'common-aliases' for optional cutting edge zsh aliasesGaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>