From: PHO Date: Tue, 13 Apr 2010 04:02:52 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=72ccefb014f297551aaf21d32c3d835092629074 Auto commit by The Sugar System. --- diff --git a/IGNORE b/IGNORE index 7adb54c..e1d6689 100644 --- a/IGNORE +++ b/IGNORE @@ -26,6 +26,7 @@ .covers .cpan .cpanplus +.cups/lpoptions .cvspass .dbus .dillo/cookiesrc diff --git a/dot-files/_darcs/boring b/dot-files/_darcs/boring new file mode 100644 index 0000000..ba9405e --- /dev/null +++ b/dot-files/_darcs/boring @@ -0,0 +1,2 @@ +(^|/)\.git($|/) +(^|/)\.DS_Store$ diff --git a/dot-files/_navi2ch/init b/dot-files/_navi2ch/init index 5edb63f..d339058 100644 --- a/dot-files/_navi2ch/init +++ b/dot-files/_navi2ch/init @@ -119,5 +119,6 @@ (("\244\242\244\334\241\274\244\363" e) . hide))) (setq navi2ch-article-message-filter-by-mail-alist - '(("younho@hananet.net" . hide) + '(("baka" . hide) + ("younho@hananet.net" . hide) ("cat /etc/passwd | mail nobody@nonexistent.com" . hide)))) diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index d0986d7..25e0e97 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -16,6 +16,11 @@ if [ -d "/usr/pkg/lib/X11/fonts/local/" ]; then xset fp rehash fi +if [ -d "/usr/pkg/lib/X11/fonts/intlfonts/" ]; then + xset fp+ /usr/pkg/lib/X11/fonts/intlfonts/ + xset fp rehash +fi + if [ -f $sysresources ]; then xrdb -merge $sysresources fi