aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/alias.fish
Commit message (Expand)AuthorAge
* Fix aliases with whitespaceGravatar Fabian Homborg2015-09-23
* Make the `alias` built-in function work betterGravatar Kevin Ballard2014-08-22
* Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15
* small tweak to alias.fish: always add some prefix if in danger of infinite re...Gravatar Jan Kanis2013-02-19
* optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'Gravatar Jan Kanis2013-02-05
* Re-enable alias redefinitionGravatar lledey2013-01-07
* make 'alias' check for recursive calls and insert 'command'; update docs, fix...Gravatar Jan Kanis2013-01-01
* alias: Support seds that don't support \n in replacements.Gravatar Evan Jones2012-06-17
* Modified alias.fish to show help message when executed with 0 argumentsGravatar Siteshwar Vashisht2012-06-13
* Add newline to error message in alias.fish. This problem was reported by flixil.Gravatar axel2007-04-12
* Make all descriptions for function calls use the implicit translation from th...Gravatar axel2007-01-16
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.Gravatar axel2006-11-08