aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Fix to make prompt chooser work in Python3Gravatar ridiculousfish2012-09-06
* Improve python3 compatibility in webconfig.pyGravatar ridiculousfish2012-09-06
* Renamed hyperminamlist promptGravatar ridiculousfish2012-09-06
* Allow setting the prompt from web_configGravatar ridiculousfish2012-09-06
* Improve documentation and error reporting for elseif.Gravatar ridiculousfish2012-09-01
* Fix check for non-empty argument (= initial tab) in fish_configGravatar Torsten Grust2012-08-30
* Use xdg-open instead of BROWSER, if availableGravatar ridiculousfish2012-08-25
* Minor updatesGravatar maxfl2012-08-25
* 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