aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
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
* update aptitude completions, patch by Dániel Ugra, closes Launchpad bug 238282Gravatar Jan Kanis2011-09-25
* Fix an old, old reference to a long-gone fish function for gem.fishGravatar Mark A. Miller2011-08-13
* 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
| * Revert "match the whole command for git completion"Gravatar Grissiom2010-09-19
| * don't complete file names for git checkoutGravatar Grissiom2010-09-19
| * match the whole command for git completionGravatar Grissiom2010-09-19
| * remove trialing spaces #2Gravatar Grissiom2010-09-18
| * add git submodule completionGravatar Grissiom2010-09-17
| * 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
* better git completionGravatar 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
* Add effectv completions, written by Stefano Sabatini.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
* Add netcat completions, written by James StanleyGravatar axel2009-02-02
* Add quilt completions, written by Stefano Sabatini.Gravatar liljencrantz2008-01-23
* Add completions for various user and group adding commands. Skip addgroup, si...Gravatar liljencrantz2008-01-20
* Add completions for m4Gravatar liljencrantz2008-01-20
* Add completions for badblocksGravatar liljencrantz2008-01-20
* Add completions for Battle of WesnothGravatar liljencrantz2008-01-20
* Add simple git completions by Diggory HardyGravatar liljencrantz2008-01-19
* 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
* Correct completions for the function builtinGravatar liljencrantz2008-01-17