some changes
This commit is contained in:
parent
da90e27633
commit
db783f6d72
2 changed files with 5 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -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
|
||||
# }}}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue