mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Use the new &| in __fish_paginate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user