decors / fish-ghq

ghq completion and keybinding for fish shell
MIT License
108 stars 26 forks source link

Improve nonexistent selector #13

Closed mollifier closed 3 years ago

mollifier commented 4 years ago

If set nonexistent command to selector and type Ctrl+g, fish exits.

For example

$ set -g GHQ_SELECTOR invalidcommand

and type Ctrl+g

Change this behavior to return function

I tested with fish version 3.1.2

decors commented 3 years ago

Thanks for PR 👍