aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_config_interactive.fish
Commit message (Expand)AuthorAge
* Revert "__fish_config_interactive: warn users that fishd is going away"Gravatar David Adam2015-03-30
* __fish_config_interactive: warn users that fishd is going awayGravatar David Adam2015-03-26
* Add command-not-found handler for Arch LinuxGravatar T. Jameson Little2015-01-30
* Fix not found handler for fedoraGravatar Max Gonzih2015-01-18
* Support nixos command-not-found handlerGravatar Max Gonzih2014-12-22
* __fish_config_interactive: send CWD via escapes in Apple TerminalGravatar David Adam2014-11-20
* Remove pre-1.22 migration support in fish_config_interactiveGravatar ridiculousfish2014-11-09
* Minor tweaks to initial keybinding loadGravatar Kevin Ballard2014-10-02
* Manpage completions: store in $XDG_DATA_HOMEGravatar David Adam2014-09-29
* Only print fish_greeting for interactive shellsGravatar Kevin Ballard2014-09-21
* Reset fish_bind_mode when changing fish_key_bindingsGravatar Kevin Ballard2014-09-18
* Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\
| * Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
| * Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155Gravatar ridiculousfish2014-02-03
| * Squashed commit of the following:Gravatar David Adam2014-02-02
* | Set selection color to purpleGravatar Julian Aron Prenner2014-01-15
|/
* 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