fish-shell/share
Fabian Homborg 1a12071a48 Immediately define command-not-found handler
This skips the weird dance where we'd define a simple handler and then
later overwrite with a fancier one, once the first event came in.

It turns out that isn't necessary, as it doesn't actually improve
startup speed because the checks needed to define fancier handlers are fast.

In case we are non-interactive, still define the simple handler, and
keep the default handler for users to switch to.
2015-12-30 16:26:54 +01:00
..
completions git completion: Complete commits for all branches 2015-12-30 16:26:28 +01:00
functions Immediately define command-not-found handler 2015-12-30 16:26:54 +01:00
tools Make informative_git prompt use vcs_prompt -> Rename it to "Informative Vcs" 2015-12-16 19:05:28 +01:00
config.fish Immediately define command-not-found handler 2015-12-30 16:26:54 +01:00