From a0127a0c7ab07eb393a326de7d0541e14d4f5f19 Mon Sep 17 00:00:00 2001 From: Andreas Heiduk Date: Fri, 7 Nov 2014 18:11:35 +0100 Subject: [PATCH] Change fish_paginate to paginate both stdout and stderr. --- share/functions/__fish_paginate.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_paginate.fish b/share/functions/__fish_paginate.fish index 01708f9cd..7887cf6b2 100644 --- a/share/functions/__fish_paginate.fish +++ b/share/functions/__fish_paginate.fish @@ -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