vim stuff. theme
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -4,7 +4,7 @@ call pathogen#helptags()
|
|||||||
filetype plugin on " Enable filetype plugins
|
filetype plugin on " Enable filetype plugins
|
||||||
|
|
||||||
if &diff
|
if &diff
|
||||||
colorscheme slate
|
colorscheme industry
|
||||||
endif
|
endif
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set hidden " Allow buffer switching without saving
|
set hidden " Allow buffer switching without saving
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ VISUAL="${EDITOR}"
|
|||||||
#TERM="xterm-termite"
|
#TERM="xterm-termite"
|
||||||
export PAGER EDITOR VISUAL
|
export PAGER EDITOR VISUAL
|
||||||
|
|
||||||
|
export INSTALL4J_JAVA_HOME="/usr/lib/jvm/java-8-openjdk/jre"
|
||||||
## Setup the CDPATH with interesting directories
|
## Setup the CDPATH with interesting directories
|
||||||
typeset -U path cdpath fpath
|
typeset -U path cdpath fpath
|
||||||
cdpath=(
|
cdpath=(
|
||||||
|
|||||||
Reference in New Issue
Block a user