From d21609062f7364274228178090e910569bc35b5b Mon Sep 17 00:00:00 2001 From: Simonas Narbutas Date: Sat, 13 Oct 2018 21:12:45 +0200 Subject: [PATCH] vim stuff. theme --- .vimrc | 2 +- .yadm/alt/.zshrc##Linux | 1 + .zsh.d/40-always-tmux.zsh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 9dbe3af..39e9823 100644 --- a/.vimrc +++ b/.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 diff --git a/.yadm/alt/.zshrc##Linux b/.yadm/alt/.zshrc##Linux index 7d662f1..8cc8f08 100644 --- a/.yadm/alt/.zshrc##Linux +++ b/.yadm/alt/.zshrc##Linux @@ -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=( diff --git a/.zsh.d/40-always-tmux.zsh b/.zsh.d/40-always-tmux.zsh index 624c422..26220dd 100644 --- a/.zsh.d/40-always-tmux.zsh +++ b/.zsh.d/40-always-tmux.zsh @@ -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 \ No newline at end of file