aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/type.fish
Commit message (Expand)AuthorAge
* Use command which in typeGravatar Fabian Homborg2016-02-28
* Making spacing of .fish files uniform.Gravatar Nicholas Maccharoli2015-08-08
* Update various strings for translation, avoid _ for non-translationsGravatar David Adam2014-11-25
* Ensure `type` still works if $IFS is unsetGravatar Kevin Ballard2014-09-08
* type: Restore combined flags behaviorGravatar Kevin Ballard2014-07-14
* command: Rename -p/--path flag to -s/--searchGravatar Kevin Ballard2014-07-13
* type: Stop claiming `grep` is a functionGravatar Kevin Ballard2014-07-13
* test: Add a new --quiet flag to suppress outputGravatar Kevin Ballard2014-07-13
* type: Separate the notion of multi and pathsGravatar Kevin Ballard2014-07-13
* Fix `type` function to work betterGravatar Kevin Ballard2014-07-13
* Make type -a print all executables in PATHGravatar Asger Hautop Drewsen2013-10-29
* 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