Compare commits

..

No commits in common. "ba609f768365f2ba2ff4e9c83ea10d71de9c6771" and "1099089f27335d2ea5369bfa5e45184c13fb22ef" have entirely different histories.

2 changed files with 1 additions and 7 deletions

4
.vimrc
View File

@ -35,7 +35,6 @@ endif
map <F7> :cp
map <F8> :cn
map!  >I<yypa/O
map! [27;5;101~ >I<yypa/O
autocmd FileType perl let perl_fold=1
autocmd FileType perl syntax on
@ -49,6 +48,3 @@ autocmd FileType javascript set sw=2
autocmd FileType html set sw=2
autocmd FileType crontab set tw=0
autocmd BufRead,BufNewFile redmine*.txt set filetype=textile
autocmd FileType textile set tw=0 linebreak

View File

@ -98,9 +98,7 @@ then
`$preppath -c -e -r /usr/local/go-1.*/bin`
`$preppath -c -e -r $HOME/go/bin`
PATH=`$preppath -c $HOME/scripts`
PATH=`$preppath -c $HOME/bin`
PATH=`$preppath -c $HOME/bin/hosts`
PATH=`$preppath -c $HOME/bin/hosts/*(/)`
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`
# then append less important stuff
PATH=`apppath -c /usr/local/www/offline/devel.fiw/bin`