Trying out hybrid vim colorscheme, adding screen-256color to zshrc
This commit is contained in:
parent
893ba2893c
commit
2b4d5b2fd2
3 changed files with 14 additions and 35 deletions
|
|
@ -1,22 +0,0 @@
|
|||
#color status white blue
|
||||
|
||||
# Receive options.
|
||||
set imap_user = "dswan@insors.com"
|
||||
set imap_pass = $my_iocom_password
|
||||
set folder = "imaps://secure.emailsrvr.com/"
|
||||
set spoolfile = +INBOX
|
||||
set postponed = +Drafts
|
||||
set record = +Sent
|
||||
|
||||
set move = yes
|
||||
|
||||
# Send options.
|
||||
set smtp_url = "smtps://dswan@secure.emailsrvr.com"
|
||||
set smtp_pass = $my_iocom_password
|
||||
set realname = "Dustin Swan"
|
||||
set from = "dswan@iocom.com"
|
||||
set hostname = "iocom.com"
|
||||
|
||||
# Hook
|
||||
account-hook $folder "set imap_user = dswan@insors.com"
|
||||
account-hook $folder "set imap_pass = $my_iocom_password"
|
||||
26
vimrc
26
vimrc
|
|
@ -31,7 +31,8 @@ Bundle 'majutsushi/tagbar'
|
|||
Bundle 'scrooloose/syntastic'
|
||||
Bundle 'scrooloose/nerdcommenter'
|
||||
" Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'altercation/vim-colors-solarized'
|
||||
" Bundle 'altercation/vim-colors-solarized'
|
||||
Bundle 'w0ng/vim-hybrid'
|
||||
" Bundle 'ervandew/supertab'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'gregsexton/MatchTag'
|
||||
|
|
@ -157,23 +158,22 @@ endif
|
|||
" Airline
|
||||
"let g:airline_left_sep=''
|
||||
"let g:airline_right_sep=''
|
||||
let g:airline_theme='solarized'
|
||||
" let g:airline_theme='solarized'
|
||||
let g:airline_powerline_fonts=1
|
||||
let g:airline#extensions#tabline#enabled=1
|
||||
|
||||
" Colors
|
||||
"set background=dark
|
||||
" colorscheme default
|
||||
|
||||
" Solarized
|
||||
set background=dark
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_termcolors=256 "default value is 16
|
||||
let g:solarized_contrast="high" "default value is normal
|
||||
let g:solarized_visibility="high" "default value is normal
|
||||
let g:solarized_diffmode="high" "default value is normal
|
||||
let g:solarized_hitrail=1 "default value is 0
|
||||
colorscheme solarized
|
||||
" colorscheme default
|
||||
colorscheme hybrid
|
||||
|
||||
"let g:solarized_termtrans=1
|
||||
"let g:solarized_termcolors=256 "default value is 16
|
||||
"let g:solarized_contrast="high" "default value is normal
|
||||
"let g:solarized_visibility="high" "default value is normal
|
||||
"let g:solarized_diffmode="high" "default value is normal
|
||||
"let g:solarized_hitrail=1 "default value is 0
|
||||
"colorscheme solarized
|
||||
|
||||
" NERDTree
|
||||
"nnoremap <silent> <leader>n :NERDTreeToggle <cr>
|
||||
|
|
|
|||
1
zshrc
1
zshrc
|
|
@ -11,6 +11,7 @@ alias l="ls -l"
|
|||
alias tmux="tmux -2"
|
||||
alias dustinswan="ssh dustinswan@dustinswan.org"
|
||||
export EDITOR=vim
|
||||
export TERM="screen-256color"
|
||||
|
||||
export BROWSER=open
|
||||
[[ -s luakit ]] && export BROWSER=luakit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue