@@ -3,7 +3,7 @@
function __fish_osc_needs_command
set cmd (commandline -opc)
if [ (count $cmd) -eq 1 -a $cmd[1] = 'osc' ]
if contains "$cmd" 'osc' 'osc help'
return 0
end
return 1
The note is not visible to the blocked user.