This commit is contained in:
Sonny 2017-07-04 06:46:42 +02:00
parent 4e028a5c1c
commit bc94c36563
2 changed files with 1 additions and 2 deletions

View file

@ -4,6 +4,5 @@ tmux new-session -d -s Main;
tmux new-window -t Main; tmux new-window -t Main;
tmux new-window -t Main; tmux new-window -t Main;
tmux new-session -d -s Development; tmux new-session -d -s Development;
tmux split-window -t Development;
tmux new-window -t Development; tmux new-window -t Development;
tmux new-window -t Development; tmux new-window -t Development;

View file

@ -46,7 +46,7 @@ set t_ut=
" Terminal colors " Terminal colors
"Colorscheme "Colorscheme
colorscheme messy colorscheme greygull
"Automatically source vimrc on save. "Automatically source vimrc on save.
autocmd! bufwritepost $MYVIMRC source $MYVIMRC autocmd! bufwritepost $MYVIMRC source $MYVIMRC