aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Merge branch 'webserver' of git://github.com/simukis/fish-shell into simukis-...Gravatar ridiculousfish2012-08-20
|\
* | Make history deletion from web config work properly with Unicode under both P...Gravatar ridiculousfish2012-08-20
| * Wipe unnecessary `as` statementGravatar Simonas Kazlauskas2012-08-19
| * Decode data in python3 – Fixes #265.Gravatar Simonas Kazlauskas2012-08-19
| * Remove trailing spaces and replace tabs with spacesGravatar Simonas Kazlauskas2012-08-19
|/
* Fix to make the choose-a-port loop work correctly for webconfig.py under Python3Gravatar ridiculousfish2012-08-17
* Disable file completion descriptions per https://github.com/fish-shell/fish-s...Gravatar ridiculousfish2012-08-15
* Implement completion for 'dd'.Gravatar Scott Leggett2012-08-12
* Get rid of 'nothing appropriate' output when completing.Gravatar maxfl2012-08-04
* completion for rbenvGravatar Bruno Pinto2012-07-28
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
* Fix showupstream behavior in __fish_git_promptGravatar Kevin Ballard2012-07-26
* Minor refactoring and fixed a bug in history functionGravatar Siteshwar Vashisht2012-07-24
* pacmatic and dmesg completionsGravatar maxfl2012-07-16
* Update __fish_git_prompt.fish to handle git-svn betterGravatar Kevin Ballard2012-07-13
* Fix for https://github.com/fish-shell/fish-shell/issues/42Gravatar ridiculousfish2012-07-11
* Fix for https://github.com/fish-shell/fish-shell/issues/218Gravatar ridiculousfish2012-07-09
* Fix for https://github.com/fish-shell/fish-shell/issues/105Gravatar ridiculousfish2012-07-08
* Large set of changes related to making fish relocatable, and improving the bu...Gravatar ridiculousfish2012-07-08
* Tweaked __fish_print_help to not spew errorsGravatar ridiculousfish2012-07-06
* Fix for https://github.com/fish-shell/fish-shell/issues/209Gravatar ridiculousfish2012-07-06
* Make prompt_pwd make a lot more senseGravatar Emily Eisenberg2012-07-06
* Fixed case behaviourGravatar maxfl2012-07-05
* Doc is updatedGravatar maxfl2012-07-01
* Update funcedGravatar maxfl2012-07-01
* Disable default fish_pager_color_secondaryGravatar maxfl2012-06-29
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
* Change funced script to default to using $EDITOR if set, and to allow -e to s...Gravatar ridiculousfish2012-06-29
* Support editing functions starting with dotGravatar maxfl2012-06-29
* Add emacs to 'funced -e'Gravatar maxfl2012-06-29
* Add -e option to funcedGravatar maxfl2012-06-29
* fix #177 (complete 'cd' only with paths)Gravatar maxfl2012-06-26
* Remove __fish_git_prompt's switch bug workaroundGravatar Kevin Ballard2012-06-25
* Bring prompt_pwd under Darwin to parity with non-DarwinGravatar Kevin Ballard2012-06-24
* Fix prompt_cwd on darwin systems when $PWD is "/private"Gravatar Kevin Ballard2012-06-24
* Fix var set in __fish_config_interactive.fishGravatar Kevin Ballard2012-06-24
* Tweak documentation for __fish_git_promptGravatar Kevin Ballard2012-06-21
* Replace __fish_git_branch_prompt.fish with __fish_git_prompt.fishGravatar Kevin Ballard2012-06-21
* Don't generate completions if we already have bespoke completions in the data...Gravatar ridiculousfish2012-06-18
* Fix to create_manpage_completions.py to flush after every line (so you see mo...Gravatar ridiculousfish2012-06-17
* Fix other usages of \n in sed replacements.Gravatar Evan Jones2012-06-17
* alias: Support seds that don't support \n in replacements.Gravatar Evan Jones2012-06-17
* Teach __fish_print_help.fish about the new man pathGravatar ridiculousfish2012-06-17
* Squashed commit of the following:Gravatar ridiculousfish2012-06-15
* initial version of Bazaar completion (created automatically)Gravatar Gour-Gadadhara Dasa2012-06-15
* Added completions for brew (Homebrew)Gravatar Tim Gray2012-06-15
* Modified alias.fish to show help message when executed with 0 argumentsGravatar Siteshwar Vashisht2012-06-13
* Made history --help show history man page and history is now saved only once ...Gravatar Siteshwar Vashisht2012-06-12
* Some improvements in bash configuration importer scriptGravatar Siteshwar Vashisht2012-06-12