mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-22 18:55:14 +08:00
Change fish_paginate to paginate both stdout and stderr.
This commit is contained in:
parent
390fe05a87
commit
a0127a0c7a
@ -7,7 +7,7 @@ function __fish_paginate -d "Paginate the current command using the users defaul
|
||||
|
||||
if commandline -j|grep -v "$cmd *\$" >/dev/null
|
||||
|
||||
commandline -aj "|$cmd;"
|
||||
commandline -aj " ^&1 |$cmd;"
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user