Merge branch 'master' into hjp
This commit is contained in:
commit
8a976a75cf
2
.vimrc
2
.vimrc
|
@ -53,3 +53,5 @@ autocmd FileType crontab set tw=0
|
|||
|
||||
autocmd BufRead,BufNewFile redmine*.txt set filetype=textile
|
||||
autocmd FileType textile set tw=0 linebreak
|
||||
|
||||
autocmd FileType python set tw=79
|
||||
|
|
|
@ -66,7 +66,7 @@ then
|
|||
then
|
||||
. ~/.zxtermcolors
|
||||
else
|
||||
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X" --fg "#000000"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors
|
||||
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X" --fg "#CCCCCC"\nexport BG=dark\nfi\n}, map { rand(128) } qw(1 1 1))' > ~/.zxtermcolors
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue