aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.d/04editor.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/04editor.fish b/conf.d/04editor.fish
index 71b0cd8..5477860 100644
--- a/conf.d/04editor.fish
+++ b/conf.d/04editor.fish
@@ -97,7 +97,7 @@ if status is-interactive
alias rawpager 'more'
end
- if command -sq 'bat'
+ if command -sq 'bat'; and test (uname) = 'Linux'
set -x MANROFFOPT '-c'
set -x MANPAGER 'fish -c "col -bx | bat -l man -p"'
end