Solid Rhino

Results 8 comments of Solid Rhino

This could be a greate addition.

This must be added to the official sickbeard git repository

Is there any action needed to merge this change?

Why isn't this merged? This is one of the options that are missing. @ironicbadger

I get the same error 👍

👍 for this feature 😄

> I wrote [this](https://github.com/zzhaolei/transient-prompt.fish), It works fine for me: > > ```fish > if not type --query __fish_prompt > functions --copy fish_prompt __fish_prompt > functions --erase fish_prompt > end >...

@zzhaolei The last lines of the code are now: ``` #bind -M insert \r transient_execute #bind -M insert \cc ctrl_c_transient_execute bind \r transient_execute bind \cc ctrl_c_transient_execute ``` But still have...