diff options
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 70995f9..197d8de 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -15,7 +15,7 @@ in LC_ALL = locale; LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; - PAGER = "bat --theme=ansi-$(cat ~/.local/share/xtheme)"; + PAGER = "less"; # "bat --theme=ansi"; LEDGER_FILE = "${homedir}/.hledger.journal"; XTERM_LOCALE = locale; PYTHONSTARTUP = "${homedir}/.pythonrc"; |