1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-05-14 22:55:56 +08:00
commit 136aaa3c91
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
ISH_CONF_WORK=~/usr/local/work
if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
require conf.sh require conf.sh

View File

@ -156,11 +156,8 @@ autocmd BufNewFile,BufReadPost *.js call Config("js")
autocmd BufReadPost * normal `" autocmd BufReadPost * normal `"
if filereadable(expand("~/.vim_local")) if filereadable(expand("~/.vim_local")) | source ~/.vim_local | endif
source ~/.vim_local if filereadable(expand("./etc/miss.vim")) | source ./etc/miss.vim | endif
endif
cnoremap RR :source ~/.vimrc<CR>
colorscheme torte colorscheme torte
highlight Comment ctermfg=cyan ctermbg=darkblue highlight Comment ctermfg=cyan ctermbg=darkblue