diff options
Diffstat (limited to 'dot-bashrc')
| -rw-r--r-- | dot-bashrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -9,7 +9,7 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' -export EDITOR=nvim +export EDITOR=vim # include home binaries export PATH=$PATH:~/.bin @@ -19,10 +19,6 @@ export PATH=$PATH:~/.bin source /usr/share/git/completion/git-prompt.sh PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' -# include bob (neovim) path -# goes first to take priority over standard nvim -export PATH=~/.local/share/bob/nvim-bin:$PATH - # enable globstar shopt -s globstar @@ -51,8 +47,8 @@ eval $(keychain --eval --quiet id_ed25519) # fzf export FZF_DEFAULT_OPTS="--preview='bat --color=always {}'" -# neovim as man pager -export MANPAGER="nvim +Man!" +# vim as man pager +export MANPAGER="vim +MANPAGER --not-a-term -" # rclone ## logs |
