diff options
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 056dfdd..c5c0433 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -2,6 +2,7 @@ export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" export ZDOTDIR="$HOME/.config/zsh" export BROWSER="firefox" export EDITOR="nvim" +export MANPAGER='nvim +Man!' export TERMINAL="foot" export TERMINAL_PROG="foot" |