aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/type.fish
Commit message (Expand)AuthorAge
* optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'Gravatar Jan Kanis2013-02-05
* Make umask work on OS XGravatar ridiculousfish2013-01-12
* Added a seq function that defers to the seq command if presentGravatar ridiculousfish2013-01-12
* Merged changes from codemonkey and grissiom branchesGravatar Christopher Nilsson2010-11-12
|\
* | The grep on the commands would sometimes output errors, causing noise andGravatar David Frascone2010-11-05
| * remove trialing spaces #2Gravatar Grissiom2010-09-18
|/
* 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
* Fix bug in type command causing type -f to return true even when no file was ...Gravatar axel2006-04-11
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17