summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-26 22:04:42 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-26 22:04:42 +0100
commit831697b05f2ef7fc9f2bdc643308360d53e198ac (patch)
tree32bfeb996dc720d1d34552c345204ee3140d394a
parentf181bf80b868865c07df15906a7b5ab568ed775c (diff)
Disabled crontab offlineimap
-rw-r--r--crontab1
-rw-r--r--vimrc7
2 files changed, 4 insertions, 4 deletions
diff --git a/crontab b/crontab
index c74bd5f..8e35777 100644
--- a/crontab
+++ b/crontab
@@ -1,2 +1 @@
-*/10 * * * * /usr/bin/offlineimap -u quiet
*/5 * * * * sh ~/.xmodmap
diff --git a/vimrc b/vimrc
index cca4dd1..d330909 100644
--- a/vimrc
+++ b/vimrc
@@ -27,7 +27,7 @@ Plugin 'tpope/vim-sensible'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-unimpaired'
Plugin 'bling/vim-airline'
-Plugin 'bling/vim-bufferline'
+" Plugin 'bling/vim-bufferline'
Plugin 'edkolev/tmuxline.vim'
filetype plugin indent on
@@ -55,11 +55,12 @@ let g:UltiSnipsSnippetsDir="~/.vim/mySnippets"
let g:airline_left_sep=''
let g:airline_right_sep=''
+let g:airline_section_c = ''
let g:airline_section_x = ''
-let g:airline_section_y = ''
+let g:airline_section_y = '%f'
let g:airline_section_z = '%3p%%|%3l|%3c'
let g:airline_theme='solarized'
-let g:airline#extensions#tabline#enabled = 1
+let g:airline#extensions#tabline#enabled = 0
let g:bufferline_active_buffer_left = ''
let g:bufferline_active_buffer_right = ''