From 95d0cb9a2c373bc8d79daaed7c1b06961f9eccae Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 11 Apr 2022 07:52:55 +0200 Subject: [PATCH] Do not use vim as pager That is inconvenient I often wanna see something and get back to work. But vim is just to much and more complex to quit. --- home/programs/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index c42aad0..9549171 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -13,7 +13,6 @@ LANG = "en_US.UTF-8"; LANGUAGE = "en_US"; - PAGER = "${pkgs.page}/bin/page"; MANPAGER="${pkgs.page}/bin/page -C -e 'au User PageDisconnect sleep 100m|%y p|enew! |bd! #|pu p|set ft=man'"; EDITOR = "${pkgs.neovim}/bin/nvim"; SHELL = "${pkgs.zsh}/bin/zsh";