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
|
||||
|
||||
if &diff
|
||||
colorscheme slate
|
||||
colorscheme industry
|
||||
endif
|
||||
set nocompatible
|
||||
set hidden " Allow buffer switching without saving
|
||||
|
||||
@@ -60,6 +60,7 @@ VISUAL="${EDITOR}"
|
||||
#TERM="xterm-termite"
|
||||
export PAGER EDITOR VISUAL
|
||||
|
||||
export INSTALL4J_JAVA_HOME="/usr/lib/jvm/java-8-openjdk/jre"
|
||||
## Setup the CDPATH with interesting directories
|
||||
typeset -U path cdpath fpath
|
||||
cdpath=(
|
||||
|
||||
@@ -9,4 +9,4 @@ if tmux list-sessions && (tmux list-sessions | test -n "$0"); then
|
||||
tmux attach-session -t $session_id \; set-option destroy-unattached
|
||||
else
|
||||
tmux new-session -s base
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user