summaryrefslogtreecommitdiff
path: root/profiles/core
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-06-12 09:29:18 +0200
committerMike Vink <mike@pionative.com>2024-06-12 09:29:18 +0200
commit30321da3d82f71850f14296aaa5dd50b5816aa07 (patch)
treef22bceb983c13bb250ef9d2eaede31ccbb321b32 /profiles/core
parent70623bff625d9f937d6d6d8458eb7dfca796a11c (diff)
vim as manpager and timeout ncmpcpp to 60
Diffstat (limited to 'profiles/core')
-rw-r--r--profiles/core/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix
index 4010aff..8f137cc 100644
--- a/profiles/core/home.nix
+++ b/profiles/core/home.nix
@@ -191,6 +191,7 @@
}
export ZLE_REMOVE_SUFFIX_CHARS=$' \t\n;&|/@'
+ export MANPAGER='nvim +Man!'
export EDITOR="nvim"
export TERMINAL="st"
( command -v brew ) &>/dev/null && eval "$(/opt/homebrew/bin/brew shellenv)"