Several changes including removing the vi readline setting because it

was improperly interpreting ^L to clear screen.  Added clickable URLs to
rxvt config. Updated some plugins for VIM.
This commit is contained in:
jon
2017-08-27 16:15:44 -05:00
committed by jond
parent 59fea36edd
commit 425bf76513
12 changed files with 20 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ fi
alias l.='ls -lh --color=auto' 2>/dev/null
alias l='ls -lh'
alias ll='ls -lh'
set -o vi
#set -o vi
#golang stuff
export GOPATH=$HOME/gopath