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