X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_zshrc;h=60ac6167201e1ddd580dff31d11cf5443c81a0ff;hb=ef68f6d3f4ac731c93d98437968afc459e6ac3c1;hp=ed53aa7cbb4ac938f5e00739c4f602adf1510d38;hpb=c88a94f1b338321ca8fb1b4bf870032ae032efa0;p=sugar.git diff --git a/dot-files/_zshrc b/dot-files/_zshrc index ed53aa7..60ac616 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" @@ -291,6 +291,13 @@ elif [[ $(hostname) = "yukari.cielonegro.org" ]]; then done ssh kurumi open -a Safari ${args[@]} } + function mfirefox () { + local -a args + for arg in $@; do + args=(${args[@]} $(printf %q "$arg")) + done + ssh kurumi open -a Firefox ${args[@]} + } fi if [[ $(uname) = "Darwin" ]]; then