Use the new &| in __fish_paginate

This commit is contained in:
Johannes Altmanninger 2019-10-29 20:48:10 +01:00
parent f4b4ff63b9
commit deefdaec57

View File

@ -11,7 +11,7 @@ function __fish_paginate -d "Paginate the current command using the users defaul
if commandline -j | string match -q -r -v "$cmd *\$"
commandline -aj " 2>&1 | $cmd;"
commandline -aj " &| $cmd;"
end
end