aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/type.fish
Commit message (Collapse)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
| | | | https://github.com/fish-shell/fish-shell/issues/515
* Added a seq function that defers to the seq command if presentGravatar ridiculousfish2013-01-12
| | | | https://github.com/fish-shell/fish-shell/issues/137
* Merged changes from codemonkey and grissiom branchesGravatar Christopher Nilsson2010-11-12
|\ | | | | | | | | | | Conflicts: kill.c seq.in
* | The grep on the commands would sometimes output errors, causing noise andGravatar David Frascone2010-11-05
| | | | | | | | breaking scripts.
| * remove trialing spaces #2Gravatar Grissiom2010-09-18
|/
* Make all descriptions for function calls use the implicit translation from ↵Gravatar axel2007-01-16
| | | | | | the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Fix bug in type command causing type -f to return true even when no file was ↵Gravatar axel2006-04-11
| | | | | | found darcs-hash:20060410143201-ac50b-4d8a70cd9721edcddaf11324f0b575d3f8cbace8.gz
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
| | | | darcs-hash:20060317132256-ac50b-87c066ec3aba2eded333ecbf2198de001c313570.gz
* Use 'type -f' instead of 'which' to test for presense of command, since the ↵Gravatar axel2006-03-14
| | | | | | latter does not set the exit status correctly on all platforms darcs-hash:20060314002127-ac50b-6ed726bdcc9e3a7a9608a904c382973799dc73ef.gz
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
| | | | darcs-hash:20060314000641-ac50b-cc92a519b6c8981a50aea0f25f407dfe2b5f51dc.gz
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
| | | | darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz