if [ -d "/usr/pkg/bin" ]; then
PATH="/usr/pkg/bin:$PATH"; export PATH
fi
+if [ -d "/usr/local/bin" ]; then
+ PATH="/usr/local/bin:$PATH"; export PATH
+fi
LANG="ja_JP.UTF-8"; export LANG
GTK_PATH="/usr/pkg/lib/gtk-2.0"; export GTK_PATH
xhost +localhost
# Set the mouse speed
-if [ `hostname` != "seras" ]; then
- xset m 5 4
-fi
+case `hostname` in
+ aria.cielonegro.org)
+ xset m 5 4;;
+ yukari.cielonegro.org)
+ :xset m '1.5' 2;;
+esac
# Disable the beep / bell.
xset -b
#if which quartz-wm 2>&1 >/dev/null; then
# quartz-wm --only-proxy &
#fi
-if which vmware-user 2>&1 >/dev/null; then
+if which vmware-user >/dev/null 2>&1; then
vmware-user &
fi
-exec /usr/pkg/bin/fluxbox
-exec /usr/pkg/bin/twm
+if which VBoxClient >/dev/null 2>&1; then
+ VBoxClient --display
+ VBoxClient --clipboard
+fi
+if which fluxbox >/dev/null 2>&1; then
+ exec fluxbox
+fi
+exec twm
append_path PATH /usr/pkg/java/openjdk7/bin
append_path PATH /usr/local/java-1.7.0/bin
append_path PATH /usr/local/sbt/bin
+append_path PATH /usr/X11R7/bin
append_path PATH $HOME/bin
append_path PATH $HOME/sandbox/_phabricator/arcanist/bin
# Hope these could be removed someday!
append_path MANPATH /opt/local/share/man
append_path MANPATH /opt/pkg/man
append_path MANPATH /usr/pkg/man
+append_path MANPATH /usr/X11R7/man
# INFOPATH
export INFOPATH=""