diff --git a/gemrc b/gemrc new file mode 100644 index 0000000..6153a6e --- /dev/null +++ b/gemrc @@ -0,0 +1 @@ +gem: --no-ri --no-rdoc diff --git a/oh-my-zsh b/oh-my-zsh index caa1554..1103421 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit caa15548c107b9c31f61a67547ffab0b0cfe4934 +Subproject commit 11034217a7ea3cffe6e0fe631837c518b8c7e1a5 diff --git a/vim/bundle/vundle b/vim/bundle/vundle index 8e9b933..03ed2bd 160000 --- a/vim/bundle/vundle +++ b/vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 8e9b933ed4a851ef1413bbd03560553c4339fb2f +Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89 diff --git a/vimrc b/vimrc index 08dc1b2..de9051f 100644 --- a/vimrc +++ b/vimrc @@ -180,11 +180,11 @@ nnoremap b :CtrlPBuffer " Set the max files let g:ctrlp_max_files = 10000 " Optimize file searching -if has("unix") - let g:ctrlp_user_command = { - \ 'types': { - \ 1: ['.git/', 'cd %s && git ls-files'] - \ }, - \ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files - \ } -endif +"if has("unix") + "let g:ctrlp_user_command = { + "\ 'types': { + "\ 1: ['.git/', 'cd %s && git ls-files'] + "\ }, + "\ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files + "\ } +"endif