On Tue, May 7, 2019 at 2:03 PM Luciano ES <lucm...@gmail.com> wrote:

> My terminal is a mess now.
>
> Where does fish store those color choices? I want to restore them
> from a backup.
>

By default they are universal vars and thus stored in a file whose name
depends on which version of fish you are running. Something you neglected
to mention. But the file is in ~/.config/fish.

When experimenting you can "shadow" those uvars by creating global
instances. For example:

set -g fish_color_autosuggestion red green

Then when you're happy with the results update the uvar:

set -U fish_color autosuggestion red green

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to