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