Skip to content

Settings

Violet edited this page Oct 26, 2019 · 7 revisions

To access the fish settings go to Preferences > Package Settings > Fish > Settings. This list provides information on any settings not documented elsewhere.


fish_directory

If fish is installed in a standard location, there is no need to customise this setting. Standard locations are:

  • For macOS/Linux: any location on the PATH.
  • For Windows: C:/cygwin/bin or C:/msys32/usr/bin for 32-bit systems, C:/cygwin64/bin or C:/msys64/usr/bin for 64-bit systems.

If you wish to use fish installed in any other location, set its directory here. On Windows, only Cygwin/MSYS2 fish installs are supported; Windows Subsystem for Linux does not seem to work.


indent_on_save indent_on_save_blacklist

See Indent and prettify.


enabled_highlighters highlighter_blacklist

See documentation for individual highlighters.


highlighter_debugging

If true, the highlighters will print debug and informational text to the console. This is intended for use by developers.


compat_highlighter_fish_version compat_highlighter_types

See Compatibility highlighter.

User guide

Development

Clone this wiki locally