aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Merge commit 'refs/merge-requests/12' of git://gitorious.org/fish-shell/fish-...Gravatar Grissiom2011-07-28
|\
| * still didn't work correctly, there were delimiters missing in the conditional...Gravatar Andreas Raster2011-06-24
| * last commits fix now also applied in the 'else' clauseGravatar Andreas Raster2011-06-21
| * fixed an issue when trying to complete something like 'cd /mnt/windows7/Progr...Gravatar Andreas Raster2011-06-21
* | Change git-symbolic-ref to git symbolic-ref.Gravatar Shaun Reich2011-06-19
|/
* Merge commit 'refs/merge-requests/8' of git://gitorious.org/fish-shell/fish-s...Gravatar Christopher Nilsson2011-01-11
|\
| * Use eix instead of emerge when possibleGravatar James Bowlin2010-12-02
| * funcsave: Fixed error and help handling.Gravatar Dylan Smith2010-12-02
| * default_key_bindings: Added mappings for ctrl-arrow keys.Gravatar Dylan Smith2010-12-02
* | Merge commit 'refs/merge-requests/6' of git://gitorious.org/fish-shell/fish-s...Gravatar Christopher Nilsson2010-11-24
|\|
| * Allow fish_greeting to be NULL or an arrayGravatar James Vega2010-11-24
| * help.fish: Fix the sed expression to find anchors with id or nameGravatar Dylan Smith2010-11-23
| * eval: (eval false) should return an error statusGravatar Dylan Smith2010-11-22
* | 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
| * call original grep in sgrepGravatar Grissiom2010-09-19
| * 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