diff options
author | Ben Sima <ben@bsima.me> | 2020-05-26 16:52:25 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-05-26 16:52:25 -0700 |
commit | d688e8209a99dfa40334545f730bd41aa6882ebe (patch) | |
tree | 8444d7611ff48c6ec9c3b5cbd443bd5e432532c0 /lib/common.nix | |
parent | a135cc20e9427e75a769f299fd9a31ea116b5854 (diff) |
Add vimpager
Diffstat (limited to 'lib/common.nix')
-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 99cdbd8..0dc59cc 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -14,7 +14,7 @@ in LANG = locale; LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; - PAGER = "less"; + PAGER = "vimpager"; LEDGER_FILE = "${homedir}/.hledger.journal"; XTERM_LOCALE = locale; LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; |