]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_zshrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _zshrc
index cef980790710cbbaf5e661c82234aedf47a54270..60ac6167201e1ddd580dff31d11cf5443c81a0ff 100644 (file)
@@ -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