X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_zshrc;h=cef980790710cbbaf5e661c82234aedf47a54270;hb=3b85db615b847de2cd657ed832ba1689ba2f9d4f;hp=1b28a352233caecf120650d2ee5dc03d2dcf19cb;hpb=4c535268bcef8149721d886a664ed980b9aef017;p=sugar.git diff --git a/dot-files/_zshrc b/dot-files/_zshrc index 1b28a35..cef9807 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -2,7 +2,7 @@ bindkey -e stty -ixon ixany -stty erase '^H' +#stty erase '^H' # The following lines were added by compinstall zstyle :compinstall filename "$HOME/.zshrc" @@ -284,7 +284,13 @@ if [[ $(hostname) = "aria.cielonegro.org" ]]; then alias hengband='open ~/Applications/hengband*/Hengband*' elif [[ $(hostname) = "yukari.cielonegro.org" ]]; then - alias safari="ssh kurumi open -a Safari" + function safari () { + local -a args + for arg in $@; do + args=(${args[@]} $(printf %q "$arg")) + done + ssh kurumi open -a Safari ${args[@]} + } fi if [[ $(uname) = "Darwin" ]]; then