From 6daf7e23da3bdcd387153f0545643e9ac4a96850 Mon Sep 17 00:00:00 2001 From: axtlos Date: Fri, 1 Jul 2022 13:43:58 +0200 Subject: add command_not_found function to execute commands on host --- com.fishshell.fish/fish_command_not_found.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 com.fishshell.fish/fish_command_not_found.fish (limited to 'com.fishshell.fish/fish_command_not_found.fish') 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 + + -- cgit v1.2.3