1
0

Add nvim man pager and homedir bin

This commit is contained in:
2025-04-21 14:06:05 +01:00
parent dcc5bfe5f8
commit d08fcaba4b

View File

@@ -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"