mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
@@ -68,5 +68,9 @@ else if type -q pacman
|
|||||||
__fish_default_command_not_found_handler $argv[1]
|
__fish_default_command_not_found_handler $argv[1]
|
||||||
pacman -F $paths
|
pacman -F $paths
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
# Use standard fish command not found handler otherwise
|
||||||
|
function fish_command_not_found --on-event fish_command_not_found
|
||||||
|
__fish_default_command_not_found_handler $argv
|
||||||
|
end
|
||||||
end
|
end
|
||||||
# Use standard fish command not found handler otherwise
|
|
||||||
|
|||||||
Reference in New Issue
Block a user