Skip to content

Commit

Permalink
Change path for ctrlp cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brablc committed Feb 6, 2013
1 parent 375281c commit 53a4798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
.cache
.ctrlp
.ncbackup
.netrwhist
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -10,7 +10,7 @@ let g:vim_dir = fnamemodify($MYVIMRC, ":h").'/.vim'
" Solve problems with disappearing MRU?
let g:ctrlp_clear_cache_on_exit = 0
" Store cache inside of .vim
let g:ctrlp_cache_dir = g:vim_dir.'/.cache/ctrlp'
let g:ctrlp_cache_dir = g:vim_dir.'/.ctrlp/'.$USER
" Store backup inside of .vim
let g:ncbackup_directory = g:vim_dir.'/.ncbackup/'.$USER
" On some computers ca for github is missing
Expand Down

0 comments on commit 53a4798

Please sign in to comment.