Settings, themes, and plugins for ZSH

This commit is contained in:
Stefen Auris 2017-07-25 11:01:13 -04:00
parent 1fff063ddf
commit 8eb42f9eda
2 changed files with 5 additions and 1 deletions

5
.vimrc
View file

@ -1,6 +1,10 @@
" => General " => General
execute pathogen#infect()
set history=500 set history=500
set number set number
syntax enable
set background=dark
colorscheme solarized
" Enable filetype plugins " Enable filetype plugins
filetype plugin on filetype plugin on
filetype indent on filetype indent on
@ -50,4 +54,3 @@ set background=dark
vnoremap <silent> * :<C-u>call VisualSelection('', '')<CR>/<C-R>=@/<CR><CR> vnoremap <silent> * :<C-u>call VisualSelection('', '')<CR>/<C-R>=@/<CR><CR>
vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR> vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR>

1
ReadMe
View file

@ -2,3 +2,4 @@ This repo contains all of my personal settings for command line linux programs.
Including but not limited to: Including but not limited to:
Tmux Tmux
Vim Vim
Bash Aliases