diff --git a/share/functions/__fish_paginate.fish b/share/functions/__fish_paginate.fish index ae7ae896f..f7c888a37 100644 --- a/share/functions/__fish_paginate.fish +++ b/share/functions/__fish_paginate.fish @@ -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