aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Simplified native OS X build systemGravatar ridiculousfish2012-07-08
* Updated doc dir path in fish.cppGravatar ridiculousfish2012-07-08
* Large set of changes related to making fish relocatable, and improving the bu...Gravatar ridiculousfish2012-07-08
* Set single-line default promptGravatar maxfl2012-07-07
* Fix for https://github.com/fish-shell/fish-shell/issues/199Gravatar ridiculousfish2012-07-07
* 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
* Fix read default prompt. It's now single line.Gravatar maxfl2012-07-06
* Fix fish_prompt eventGravatar maxfl2012-07-06
* Fix for wrong sense for determining when an autoloaded function has changedGravatar ridiculousfish2012-07-06
* Make prompt_pwd make a lot more senseGravatar Emily Eisenberg2012-07-06
* Created the man page for echo and testGravatar Sean DuBois2012-07-06
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Return the previous logic for '\\'.Gravatar maxfl2012-07-05
* Fixed case behaviourGravatar maxfl2012-07-05
* Fixed crash caused by pressing pageup button when no match (for typed command...Gravatar Siteshwar Vashisht2012-07-05
* Fix a class/struct disparityGravatar ridiculousfish2012-07-01
* Added missing break in case R_SUPPRESS_AUTOSUGGESTIONGravatar ridiculousfish2012-07-01
* Add command to temporarily suppress the autosuggestion featureGravatar Ian Munsie2012-07-01
* Fix off by two in move_word leftGravatar Ian Munsie2012-07-01
* Clarify the function name deferral in functions_defGravatar ridiculousfish2012-07-01
* Doc is updatedGravatar maxfl2012-07-01
* Update funcedGravatar maxfl2012-07-01
* Update make_tarball.sh to respect new branch nameGravatar ridiculousfish2012-07-01
* Disable default fish_pager_color_secondaryGravatar maxfl2012-06-29
* fix logicGravatar maxfl2012-06-29
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
* Updated funced documentation to reflect new behaviorGravatar ridiculousfish2012-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
* Disable process expansion in autosuggestionsGravatar ridiculousfish2012-06-29
* Some improvements to validate commands suggested from historyGravatar Siteshwar Vashisht2012-06-29
* fix #177 (complete 'cd' only with paths)Gravatar maxfl2012-06-26
* Merge pull request #181 from kballard/fish_git_switchGravatar ridiculousfish2012-06-26
|\
| * Remove __fish_git_prompt's switch bug workaroundGravatar Kevin Ballard2012-06-25
|/
* Fixed crash caused by pressing pageup buttonGravatar Siteshwar Vashisht2012-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
* Don't blow away $status in switch statementsGravatar Kevin Ballard2012-06-24
* Add a test case for switch error code (issue #161)Gravatar Kevin Ballard2012-06-24
* Fixed declaration of wrealpath() function on FreeBSDGravatar Siteshwar Vashisht2012-06-23
* Mostly fix https://github.com/fish-shell/fish-shell/issues/72Gravatar ridiculousfish2012-06-21
* Merge pull request #169 from kballard/git_prompt_docsGravatar ridiculousfish2012-06-21
|\
| * 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
* Fixes title update in tmux and screenGravatar Emil Eriksson2012-06-21
* Enable window title update when TERM is screen-XGravatar Emil Eriksson2012-06-21