diff options
Diffstat (limited to 'bash/dot-bashrc')
-rw-r--r-- | bash/dot-bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/dot-bashrc b/bash/dot-bashrc index 83620db..d369846 100644 --- a/bash/dot-bashrc +++ b/bash/dot-bashrc @@ -46,10 +46,11 @@ export HISTTIMEFORMAT="[%F %T] " # Editors export EDITOR=nvim +export MANPAGER='nvim +Man!' export PAGER=less export TERMINAL=alacritty -PATH=$PATH:$HOME/.local/bin +export PATH=$PATH:$HOME/.local/bin # PROMPT PS1BASE="$COLOR_BLUE\u$COLOR_GREY@\h $COLOR_YELLOW\w\[\033[00m\]" |