alias aria-emacs="ssh -f -X admin@aria.cielonegro.org emacsclient -c"
alias pho-dev-boinc="ssh -f -X pho@pho.dev.office.ymir.co.jp env LANG=C /home/pho/var/BOINC/run_manager"
-if [ $(hostname) = "aria.cielonegro.org" ]; then
+if [[ $(hostname) = "aria.cielonegro.org" ]]; then
alias unstuff='open -a StuffIt\ Expander.app'
alias pa='open -a NiseRingo.app'
alias heboris='open /Applications/HeborisUEMac/exe/Heboris\ OpenGL.app'
alias hengband='open ~/Applications/hengband*/Hengband*'
+
+elif [[ $(hostname) = "yukari.cielonegro.org" ]]; then
+ alias safari="ssh kurumi open -a Safari"
fi
if [[ $(uname) = "Darwin" ]]; then