diff --git a/bashrc b/bashrc index 54552a4..bc37983 100644 --- a/bashrc +++ b/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 # }}} diff --git a/vimplugins b/vimplugins index e493ad5..eff4a0d 100644 --- a/vimplugins +++ b/vimplugins @@ -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'