Minor edits

This commit is contained in:
Derek Taylor
2019-11-10 18:34:32 -06:00
parent aaae88a2a7
commit 7a182124b6
3 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
alias tb="nc termbin.com 9999"
### ENABLE VI MODE ###
set -o vi
#set -o vi
### SET VIM AS MANPAGER ###
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""