Change fish_paginate to paginate both stdout and stderr.

This commit is contained in:
Andreas Heiduk 2014-11-07 18:11:35 +01:00 committed by David Adam
parent 390fe05a87
commit a0127a0c7a

View file

@ -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