1
0
Fork 0

some changes

This commit is contained in:
Von Random 2016-12-29 18:42:31 +03:00
parent da90e27633
commit db783f6d72
2 changed files with 5 additions and 2 deletions

2
bashrc
View file

@ -153,5 +153,5 @@ plugins="${HOME}/.bashplugins"
[[ -r "${plugins}" ]] && . "${plugins}"
# we want to see exit code on error (it also has to be the last entry here)
trap 'printf "${nred}>>${reset} ${bold}exit${reset} ${red}%s${reset}\n" "$?" >&2' ERR
trap 'printf "${red}>>${reset} ${bold}exit${reset} ${red}%s${reset}\n" "$?" >&2' ERR
# }}}

View file

@ -29,7 +29,10 @@ Plug 'sheerun/vim-polyglot' "syntax
" colorschemes
Plug 'lifepillar/vim-solarized8'
Plug 'cocopon/iceberg.vim'
"Plug 'cocopon/iceberg.vim'
"Plug 'whatyouhide/vim-gotham'
"Plug 'KeitaNakamura/neodark.vim'
"Plug 'morhetz/gruvbox'
" syntax highlight plugins
Plug 'neilhwatson/vim_cf3'