mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Change fish_paginate to paginate both stdout and stderr.
This commit is contained in:
parent
390fe05a87
commit
a0127a0c7a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue