This commit is contained in:
Kovid Goyal 2023-11-17 08:39:04 +05:30
commit 4897c4df00
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -121,7 +121,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after
set is_sudoedit "y"
break
end
if not string match -r -q "^-" "$arg" and not string match -r -q "=" "$arg"
if not string match -r -q -- "^-" "$arg" and not string match -r -q -- "=" "$arg"
break # reached the command
end
end