dont halt and catch fire without the user 'anon'
This commit is contained in:
parent
c151908735
commit
4353d3a459
14
vim/.vimrc
14
vim/.vimrc
@ -45,11 +45,17 @@
|
||||
" ### EASSE_OF_USE ###
|
||||
" --------------------
|
||||
set bs=2
|
||||
set undodir=/home/anon/stow/.cache/
|
||||
set undofile
|
||||
|
||||
set directory=/home/anon/stow/.cache/
|
||||
set backupdir=/home/anon/stow/.cache/
|
||||
set undofile
|
||||
if isdirectory("/home/anon/")
|
||||
set undodir=/home/anon/stow/.cache/
|
||||
set directory=/home/anon/stow/.cache/
|
||||
set backupdir=/home/anon/stow/.cache/
|
||||
else
|
||||
set undodir=/tmp/
|
||||
set directory=/tmp/
|
||||
set backupdir=/tmp/
|
||||
endif
|
||||
|
||||
set autoindent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user