aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_config_interactive.fish
Commit message (Expand)AuthorAge
* Squashed commit of the following:Gravatar David Adam2014-02-02
* Use fish from $__fish_bin_dir while calling fish_update_completions at startupGravatar Siteshwar Vashisht2013-11-17
* Don't show warning while generating man page completions on startupGravatar Siteshwar Vashisht2013-11-12
* Autogenerate manpage completions in background if they do not existGravatar Siteshwar Vashisht2013-11-12
* Rename internal functions for consistency.Gravatar nulltrek2013-09-12
* Fix VTE version testGravatar Konrad Borowski2013-09-04
* Notify vte-based terminals of $PWD change (#906)Gravatar Tim Cuthbertson2013-09-04
* Fix tabs in share/functions/__fish_config_interactive.fishGravatar ridiculousfish2013-08-24
* Fix "command not found" handler behaviour.Gravatar nulltrek2013-08-24
* Avoid standard command not found message when command-not-found is foundGravatar Konrad Borowski2013-07-19
* Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521Gravatar ridiculousfish2013-01-21
* Fix to make fish_command_not_found_handler run the first timeGravatar ridiculousfish2012-12-11
* Attempt to delay looking up command-not-found until the first not-found comma...Gravatar ridiculousfish2012-12-11
* Default fish_pager_color_description to '555 yellow'Gravatar ridiculousfish2012-11-18
* Removed backwards compatibility check for fish_user_keybindingsGravatar ridiculousfish2012-10-20
* Normalized some inconsistent whitespace.Gravatar Nate Soares2012-10-20
* Revive support for fish_user_keybindingsGravatar Nate Soares2012-10-20
* added missing underscoreGravatar Nate Soares2012-10-20
* keybindings → key_bindings (for consistency)Gravatar Nate Soares2012-10-20
* Disable default fish_pager_color_secondaryGravatar maxfl2012-06-29
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
* Fix var set in __fish_config_interactive.fishGravatar Kevin Ballard2012-06-24
* Switched from using 'type' to 'functions --query' since it's a lot cheaperGravatar ridiculousfish2012-06-10
* Introduced fish_user_keybindingsGravatar adisbladis2012-06-10
* Updated "last run version" to __fish_init_1_50_0. Updated colors for non term...Gravatar ridiculousfish2012-06-05
* Missing -s to which fixedGravatar adisbladis2012-05-30
* Tweak a few default colorsGravatar ridiculousfish2012-05-29
* Fix to stop setting a default CDPATHGravatar ridiculousfish2012-05-05
* Removed extra newline from Goodbye outputGravatar ridiculousfish2012-04-25
* Clean up __fish_config_interactive a little bitGravatar ridiculousfish2012-04-24
* Improve fork reportingGravatar ridiculousfish2012-04-24
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Allow fish_greeting to be NULL or an arrayGravatar James Vega2010-11-24
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
* Search for command-not-found in PATH on startup, since older implementations ...Gravatar liljencrantz2008-01-15
* 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 spelling, thanks to Chris RebertGravatar liljencrantz2008-01-13
* 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
* Fix bug in key binding code causing unneeded error messagesGravatar liljencrantz2007-10-31
* Actually make the previously defined function for reloading key bindings on c...Gravatar liljencrantz2007-10-01
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Ignore errors when autoloading keybindingsGravatar liljencrantz2007-09-29
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26