diff options
Diffstat (limited to '')
-rw-r--r-- | com.fishshell.fish/fish_command_not_found.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/com.fishshell.fish/fish_command_not_found.fish b/com.fishshell.fish/fish_command_not_found.fish new file mode 100644 index 0000000..348cbc7 --- /dev/null +++ b/com.fishshell.fish/fish_command_not_found.fish @@ -0,0 +1,5 @@ +function fish_command_not_found + flatpak-spawn --host $argv +end + + |