From bc94c365631af27b4114696856084ce35130cb0c Mon Sep 17 00:00:00 2001 From: Sonny Date: Tue, 4 Jul 2017 06:46:42 +0200 Subject: [PATCH] Greygull --- scripts/tmux_start | 1 - vim/.vimrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/tmux_start b/scripts/tmux_start index 46428db..e551ba1 100755 --- a/scripts/tmux_start +++ b/scripts/tmux_start @@ -4,6 +4,5 @@ tmux new-session -d -s Main; tmux new-window -t Main; tmux new-window -t Main; tmux new-session -d -s Development; -tmux split-window -t Development; tmux new-window -t Development; tmux new-window -t Development; diff --git a/vim/.vimrc b/vim/.vimrc index c8de760..f11f1f5 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -46,7 +46,7 @@ set t_ut= " Terminal colors "Colorscheme -colorscheme messy +colorscheme greygull "Automatically source vimrc on save. autocmd! bufwritepost $MYVIMRC source $MYVIMRC