From 3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Mon, 20 Jan 2025 11:06:14 +0200 Subject: move manpager def to .profile --- .bashrc | 2 -- .profile | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 4d3ce8e..d35d0eb 100644 --- a/.bashrc +++ b/.bashrc @@ -22,5 +22,3 @@ PS1="[\u@\h \W]\$ " #Multicolor PS1: #PS1="\[\033[31m\][\[\033[33m\]\u\[\033[32m\]@\[\033[34m\]\h \[\033[36m\]\W\[\033[31m\]]\[\033[0m\]$ " - -export MANPAGER="nvim +Man!" 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 -- cgit v1.2.3