aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Add check for existance of fish_greeting variableGravatar liljencrantz2008-01-13
* Fix silly type I caused when cleaning up ant completions. Thanks to Steven Kn...Gravatar liljencrantz2008-01-13
* Fix spelling, thanks to Chris RebertGravatar liljencrantz2008-01-13
* Add completions for the fish_indent commandGravatar liljencrantz2008-01-09
* Improve ant completions. This patch comes from Steven Knight. (minor tweaks a...Gravatar liljencrantz2008-01-09
* Only set various startup defaults once. Even if the user removes them, do not...Gravatar liljencrantz2008-01-09
* Only set the fish greeting variable on the very first startupGravatar liljencrantz2008-01-09
* makepkg-completionsGravatar patroclo72007-12-18
* pacman-completionGravatar patroclo72007-12-18
* option-absent-functionGravatar patroclo72007-12-18
* Fix bug in key binding code causing unneeded error messagesGravatar liljencrantz2007-10-31
* Add command specific comlpetions for cowthinkGravatar liljencrantz2007-10-29
* Add command specific comlpetions for cowsayGravatar liljencrantz2007-10-29
* Remove bad completion for bisonGravatar liljencrantz2007-10-29
* Add command specific comlpetions for gdbGravatar liljencrantz2007-10-29
* Add command specific comlpetions for chmodGravatar liljencrantz2007-10-29
* Add command specific comlpetions for bisonGravatar liljencrantz2007-10-29
* Add command specific comlpetions for awkGravatar liljencrantz2007-10-29
* Add command specific comlpetions for acpiGravatar liljencrantz2007-10-29
* Minor simplification to rpm completionsGravatar liljencrantz2007-10-29
* Add command specific comlpetions for sconsGravatar liljencrantz2007-10-29
* Add command specific comlpetions for xgettextGravatar liljencrantz2007-10-29
* Add command specific comlpetions for msgfmtGravatar liljencrantz2007-10-28
* Make sure configuration files are only run onceGravatar liljencrantz2007-10-28
* Make sure that function and completion paths contain contain the basic fish c...Gravatar liljencrantz2007-10-28
* Indentation fixes, add a few comments, spelling, etc.Gravatar liljencrantz2007-10-28
* Remove non-ascii characters from completionsGravatar liljencrantz2007-10-28
* Make the Alt-p keybinding respect the PAGER variableGravatar liljencrantz2007-10-06
* 'Misfeature' fix for eval function - make it force job control when in intera...Gravatar liljencrantz2007-10-06
* Use IO redirection to make the eval function actually have a working stdinGravatar liljencrantz2007-10-06
* Make fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Actually make the previously defined function for reloading key bindings on c...Gravatar liljencrantz2007-10-01
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Add input function completions for the commandline builtinGravatar liljencrantz2007-09-30
* Drop the unneeded input-function delete-line. It was only there for compatiab...Gravatar liljencrantz2007-09-30
* Add a few extra directories to check for in path on startupGravatar liljencrantz2007-09-29
* Make path checking on startup faster by only using builtin commandsGravatar liljencrantz2007-09-29
* Ignore errors when autoloading keybindingsGravatar liljencrantz2007-09-29
* Fix bug in exit code that made the exit builtin exit even if there where runn...Gravatar liljencrantz2007-09-26
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Fix bug causing some fish strings not to be translatedGravatar liljencrantz2007-09-24
* Minor polish like adding missing whitespace, switch to using --argument switc...Gravatar liljencrantz2007-09-24
* Fix bug making builtin help for the '.' builtin not show up.Gravatar liljencrantz2007-09-23
* Fix bug in eval function, forgot to turn off new scope creation.Gravatar liljencrantz2007-09-23
* Remove a few calls to the test command in favour of the switch builtin to spe...Gravatar liljencrantz2007-09-23
* Create common function for listing available character encodings, make sure i...Gravatar liljencrantz2007-09-22
* Move mkae completion function to its own fileGravatar liljencrantz2007-09-22
* Clean up interactive mode init a bit. Move a few utility functions to their o...Gravatar liljencrantz2007-09-22
* Make sure all keybinding scripts repaint properlyGravatar liljencrantz2007-09-22
* Add boilerplate definition when using funced on undefined functionGravatar liljencrantz2007-09-22