diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-20 11:06:14 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-20 11:06:14 +0200 |
commit | 3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 (patch) | |
tree | 96cac50042096ebdca4cfc90d79bd4f4519ca438 | |
parent | eec5ff0fe22b25dcb0d78014eb73f8bceb318e17 (diff) |
move manpager def to .profile
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .profile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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!" @@ -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 |