Greygull
This commit is contained in:
parent
4e028a5c1c
commit
bc94c36563
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue