Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-02 | common-aliases: check if `$XIVIEWER` is defined and minor fixes | Marc Cornellà | |
2016-11-02 | common-aliases: minor style fixes | Marc Cornellà | |
2016-11-02 | common-aliases: check if $BROWSER is defined on browser aliases | Marc Cornellà | |
2016-11-02 | PHP suffix alias should be removed | Marco 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-08 | Add 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-11 | common-aliases: handle "dev" versions in version check | Andrew 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-06 | Use $EDITOR | Aleks | |
2015-02-10 | Deletes dot aliases from common-aliases. | LFDM | |
They are implemented in lib anyway. | |||
2014-09-13 | Remove j alias for autojump | Halil Özgür | |
j alias conflicts with autojump's j() function. Fixes #2989 | |||
2014-05-24 | Fix dud alias. Switch --max-depth for just -d | Brian 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-24 | This is already done in lib/theme-and-appearance.zsh and supports Darwin/BSD/etc | Brian Hartvigsen | |
2014-03-22 | add common video formats FLV and WEBM | jieryn | |
2013-06-12 | Better super-grep | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> | |||
2013-06-11 | New plugin 'common-aliases' for optional cutting edge zsh aliases | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> |