aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* Fix cd prompt fail on the case that CDPATH have variablesGravatar Grissiom2010-09-17
* prompt_pwd broken, this fix by James ReevesGravatar axel2009-02-21
* Make xdg-version of open handle multiple files.Gravatar axel2009-02-17
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
* This patch fixes a problem where prompt_pwd was printing the full path twice ...Gravatar Nick Pilon2008-01-23
* adds completion for Debian's invoke-rc.d commandGravatar terceiro2009-02-05
* function to put current git branch on the fish promptGravatar terceiro2009-02-05
* fix help for `open`Gravatar Isaac Dupree2008-06-06
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its sourc...Gravatar axel2009-02-03
* Add support for completing aliases in ssh. Written by David Bronke.Gravatar axel2009-02-02
* Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson.Gravatar axel2009-02-02
* Fix cd function to handle empty variables correctly. Patch by Sven Axelsson.Gravatar axel2009-02-02
* Fix user completion so it can handle comments in the passwd file. Patch by Sv...Gravatar axel2009-02-02
* Search for command-not-found in PATH on startup, since older implementations ...Gravatar liljencrantz2008-01-15
* In prompt_pwd, if a directory name starts with a dot, include first two chara...Gravatar liljencrantz2008-01-17
* Drop vim feature of only completing text and gzip filesGravatar liljencrantz2008-01-17
* Oops. Made a minor but important typo in previous cleanup patch. :-(Gravatar liljencrantz2008-01-15
* Drop minor typo, add a few code commentsGravatar liljencrantz2008-01-15
* Add support for the Ubuntu 'command-no-found' handler, which suggests a packa...Gravatar liljencrantz2008-01-15
* 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
* 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
* option-absent-functionGravatar patroclo72007-12-18
* Fix bug in key binding code causing unneeded error messagesGravatar liljencrantz2007-10-31
* 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
* 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
* Add a few comments, remove debug message add function descriptions to up-or-s...Gravatar liljencrantz2007-09-22