summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-20 11:06:14 +0200
committerDrNuget <drnuget@outlook.com>2025-01-20 11:06:14 +0200
commit3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 (patch)
tree96cac50042096ebdca4cfc90d79bd4f4519ca438 /.profile
parenteec5ff0fe22b25dcb0d78014eb73f8bceb318e17 (diff)
move manpager def to .profile
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index d1fd1d9..20bd34a 100644
--- a/.profile
+++ b/.profile
@@ -6,6 +6,8 @@ export LANG="en_US.UTF-8"
export TERMIMAL="foot"
export EDITOR="vim"
+export MANPAGER="nvim +Man!"
+
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ $(tty) == "/dev/tty1" ]; then