mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
bf8f214f37
commit
b1a3107529
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user