summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix
index dfe4ffa7..14c2950a 100644
--- a/user/settings/base.nix
+++ b/user/settings/base.nix
@@ -21,7 +21,7 @@
     in
     {
       EMAIL = "alan@alanpearce.eu";
-      MANPAGER = "bat -l man -p | less -R";
+      MANPAGER = "bat -l man -p";
       ABDUCO_SOCKET_DIR = "${state}/abduco";
       GNUPGHOME = "${data}/gnupg";
       SOLARGRAPH_CACHE = "${cache}/solargraph";