From d08fcaba4b4202e655f701183f22e04974997dfb Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 21 Apr 2025 14:06:05 +0100 Subject: [PATCH] Add nvim man pager and homedir bin --- bashprofile/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 690db7f..bcea811 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -124,8 +124,10 @@ eval "$(starship init bash)" # tmux attach-session -t default || tmux new-session -s default +export MANPAGER='nvim +Man!' if command -v tmux>/dev/null; then [ -z "$TMUX" ] && tmux new-session -A -s default fi +PATH="$HOME/.dotfiles/nvim-linux-x86_64/bin:$PATH"