diff --git a/etc/conf/bashrc b/etc/conf/bashrc index 1a17c7ad..a05b0e0b 100644 --- a/etc/conf/bashrc +++ b/etc/conf/bashrc @@ -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 diff --git a/etc/conf/vimrc b/etc/conf/vimrc index 27b737ea..bd55c0fe 100644 --- a/etc/conf/vimrc +++ b/etc/conf/vimrc @@ -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 +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