diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |