From 4e7e7efec91966fd5b8afc11f251f62ba551f32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Thu, 27 Jan 2022 22:55:38 +0100 Subject: [PATCH] Fish: change manpager to bat --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 6cd7260..f35b5c2 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,5 +1,6 @@ set -x EDITOR nvim set -x PAGER less +set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" set -x fish_prompt_pwd_dir_length 1 set -x fish_greeting '' set fish_complete_path $fish_complete_path /usr/share/fish/competions