aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_config_interactive.fish
Commit message (Collapse)AuthorAge
* Revert "__fish_config_interactive: warn users that fishd is going away"Gravatar David Adam2015-03-30
| | | | | | This reverts commit ad61c3f0d6be8b7eca4a70ccd29ba7ca6565cc6c. Work on #1730.
* __fish_config_interactive: warn users that fishd is going awayGravatar David Adam2015-03-26
| | | | Work on #1730
* Add command-not-found handler for Arch LinuxGravatar T. Jameson Little2015-01-30
| | | | | - checks for `pkgfile`, which is an optional (but official) package used for searching for packages given a file
* 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
| | | | Closes #68.
* Remove pre-1.22 migration support in fish_config_interactiveGravatar ridiculousfish2014-11-09
| | | | | This removes some gnarly and probably broken code that attempts to upgrade from fish 1.21 to fish 1.22. Fixes #1714.
* Minor tweaks to initial keybinding loadGravatar Kevin Ballard2014-10-02
| | | | | | | Remove comment that AFAICT is not true anymore. Ensure someone setting __fish_active_key_bindings as a universal variable doesn't screw up the initial keybinding load.
* Manpage completions: store in $XDG_DATA_HOMEGravatar David Adam2014-09-29
| | | | Closes #1343, works towards #1257.
* Only print fish_greeting for interactive shellsGravatar Kevin Ballard2014-09-21
| | | | | | Shell scripts that use `read` should not trigger fish_greeting. Fixes #1401.
* Reset fish_bind_mode when changing fish_key_bindingsGravatar Kevin Ballard2014-09-18
| | | | | | | Also avoid resetting bindings if fish_key_bindings is "modified" without actually changing. Fixes #1638.
* Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
|
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: builtin.cpp builtin_commandline.cpp highlight.cpp input.cpp input.h reader.cpp screen.cpp screen.h
| * Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
| | | | | | | | | | | | | | | | | | | | | | Previously, fish's command_not_found handler would be installed in __fish_config_interactive. Errors that occured early in startup (e.g. in config.fish) or in non-interactive mode would therefore not be reported. With this change, fish now exposes its default cnf handler as __fish_default_command_not_found_handler . config.fish then installs a cnfh that invokes the default. When fish goes interactive, the initial cnfh is overwritten with a fancier one, that may in turn fall back to invoking the default.
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit d81ae2665fb7ff5123d8472e1d40d7d57fb4b291 Author: Max Gonzih <gonzih@gmail.com> Date: Sun Feb 2 16:22:18 2014 +0300 Check for command-not-found command on suse commit 004b794c82d79bc9463cdb52784b9b5ea49f1c76 Author: Max Gonzih <gonzih@gmail.com> Date: Sun Feb 2 14:04:41 2014 +0300 Fix cnf handler for Suse and Fedora fixes #1208
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit c208bc30b7747b3743212483b3dd7e3f90819f49 Merge: 97bea94 2633372 Author: Konrad Borowski <glitchmr@myopera.com> Date: Fri Jul 19 09:56:12 2013 +0200 Merge branch 'command-not-found' of git://github.com/GlitchMr/fish-shell into command-not-found commit 26333721b9048333d1e7932505c221a31fd0e624 Author: Konrad Borowski <glitchmr@myopera.com> Date: Fri Jul 19 09:55:13 2013 +0200 Fix command_not_found when not found commit db34460bb51a4b1c1c456c2e535ae8d913d1071e Author: Konrad Borowski <glitchmr@myopera.com> Date: Wed Jul 17 13:41:57 2013 +0200 Avoid showing standard command not found message when possible In bash, command-not-found handler causes the standard messages to not appear. Because of events model in fish, it isn't really an option, so I moved the standard command not found message to fish function. This way, the messages aren't repeated, and the standard command not found message appears only when handler couldn't be found.
* 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 ↵Gravatar ridiculousfish2012-12-11
| | | | command to speed up startup
* Default fish_pager_color_description to '555 yellow'Gravatar ridiculousfish2012-11-18
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/280
* 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
| | | | This is undocumented and here to preserve backwards compatibility.
* 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
| | | | since it should be different, depending on terminal background
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
| | | | | | fish_pager_color_secondary to set background of every second completion line. It simplifies finding the options corresponding to given description. Default color is 151515.
* Fix var set in __fish_config_interactive.fishGravatar Kevin Ballard2012-06-24
| | | | | | | __fish_config_interactive.fish uses the presence of __fish_init_1_50_0 to decide whether it should perform a one-time initialization of universal variables. Unfortunately, it sets the variable __fish_init_1_23_0. Fix this to set __fish_init_1_50_0 instead.
* 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 ↵Gravatar ridiculousfish2012-06-05
| | | | term-256 compatibility
* Missing -s to which fixedGravatar adisbladis2012-05-30
|
* Tweak a few default colorsGravatar ridiculousfish2012-05-29
| | | | Fix the make_pkg script to actually build an installable package that doesn't immediately barf
* 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
| | | | Save a couple of forks during init
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
| | | | Made echo a builtin
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
|
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
| | | | Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)