aboutsummaryrefslogtreecommitdiff
path: root/com.fishshell.fish/fish_command_not_found.fish
diff options
context:
space:
mode:
Diffstat (limited to 'com.fishshell.fish/fish_command_not_found.fish')
-rw-r--r--com.fishshell.fish/fish_command_not_found.fish5
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
+
+