diff options
author | Ben Sima <ben@bsima.me> | 2021-04-20 12:43:12 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-20 12:43:12 -0400 |
commit | 491a551156a0b5f7ca444496630a3a238d8a6f7c (patch) | |
tree | 74179767689d82dd3892a7fedba1e87d03799020 | |
parent | 47974d5c2a1e92e925c3307685f6776d69d0e23e (diff) |
use less for a while
-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"; |