oh-my-fish / theme-dangerous

A feature-rich theme derived from budspencer without powerline font.
33 stars 8 forks source link

How to cleanly remove theme dangerous? #9

Closed BarbzYHOOL closed 6 years ago

BarbzYHOOL commented 6 years ago

I wanted to test quickly but since I don't have the dependencies, it printed a lot of errors (and no time to fix them)

now I have a green [I] all the time on the left, even when i switch to another theme, how to remove this?

BarbzYHOOL commented 6 years ago

Hmm I think I just needed to clear this file .config/fish/fishd.94de80cc1a78

Now I can retry to install :P

But the issue was quite annoying, if you can fix it

sagebind commented 6 years ago

The green [I] indicates Vi mode, which is built in to Fish shell, which this theme encourages you enable. All you have to do is disable it again. One way to do so is to run

set -U fish_key_bindings fish_default_key_bindings

I see this confusion come up all the time; Vi mode is a fish feature, not an oh my fish feature.

BarbzYHOOL commented 6 years ago

Alright, thank you I'll remember it (I try to avoid everything related to Vim though :P)