fish-shell/share
d10n 168d25e780 Do not open CLI browsers when using fish_config.
From the Python webbrowser documentation:
"If text-mode browsers are used, the calling process will block until the user exits the browser."

Running fish_config on an ssh server with no GUI browser will open a CLI browser which blocks and stops the server from handling requests.
Using multiprocess to run the server in the background lets CLI browsers access the page, but the page is unusable.

For now, disable CLI browsers and recommend opening the page in a graphical browser.
In the future, maybe write a CLI utility to change prompts and delete history items.
2013-11-26 00:41:09 -08:00
..
completions Do not show files in modprobe completions 2013-11-17 01:21:28 +05:30
functions Fix indentation in __fish_complete_cd 2013-11-26 00:07:18 -08:00
tools Do not open CLI browsers when using fish_config. 2013-11-26 00:41:09 -08:00
config.fish Fix to respect the order of paths in /etc/paths (oops) 2013-08-25 14:02:03 -07:00