From 1c7855c126888eb7dc776e2bfa4dc4afa24af6ee Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 7 Feb 2023 08:55:27 +0100 Subject: Fix(Zsh): Use -R with less --- services/zsh/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/zsh/zsh.nix') diff --git a/services/zsh/zsh.nix b/services/zsh/zsh.nix index 78387f91..b8079fd4 100644 --- a/services/zsh/zsh.nix +++ b/services/zsh/zsh.nix @@ -83,7 +83,7 @@ in { TERMINAL = "alacritty"; BROWSER = "firefox"; COLORTERM = "truecolor"; - PAGER = "less"; + PAGER = "less -R"; WM = "river"; AWMWALLPAPER = "/home/dt/media/pictures/tes/wallpapers-linux_cast/Dedicated_Colorschemes/nord/Abstract-Nord.png"; -- cgit 1.4.1