1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-05-13 11:00:17 +08:00
parent bf8f214f37
commit b1a3107529
2 changed files with 3 additions and 6 deletions

View File

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

View File

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