diff --git a/vim/vim.symlink/plugins.vim b/vim/vim.symlink/plugins.vim index 9ee4013..88624b5 100644 --- a/vim/vim.symlink/plugins.vim +++ b/vim/vim.symlink/plugins.vim @@ -41,3 +41,6 @@ Bundle 'scrooloose/syntastic' Bundle "MarcWeber/vim-addon-mw-utils" Bundle "tomtom/tlib_vim" Bundle 'garbas/vim-snipmate' +Bundle 'terryma/vim-multiple-cursors' +Bundle 'tpope/vim-repeat' +Bundle 'tonchis/to-github-vim' diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index a5f0c72..426e848 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -128,7 +128,7 @@ syntax on set encoding=utf8 set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors" set background=dark -colorscheme solarized +colorscheme smyck " set number " show line numbers set relativenumber " show relative line numbers @@ -295,6 +295,6 @@ let g:ctrlp_working_path_mode = 2 " let g:airline_left_sep='' " let g:airline_right_sep='' let g:airline_powerline_fonts=1 -let g:airline_theme='solarized' +let g:airline_theme='dark' let vimrc_already_sourced = 1 diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 7aed64f..49df6fd 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -65,4 +65,4 @@ precmd() { } export PROMPT='%(?.%F{magenta}.%F{red})❯%f ' -export RPROMPT='`git_dirty`%F{236}$vcs_info_msg_0_%f `needs_push``suspended_jobs`' +export RPROMPT='`git_dirty`%F{241}$vcs_info_msg_0_%f `needs_push``suspended_jobs`'