lib/bash_templates/shortcuts.sh in ro_commands-0.0.3 vs lib/bash_templates/shortcuts.sh in ro_commands-0.0.4
- old
+ new
@@ -1,11 +1,22 @@
-alias work="ro shortcuts work"
+alias work="bundle exec ro shortcuts work"
+
+alias e=rerun_debug
+#function rerun_debug() {
+# eval $(xdotool getmouselocation --shell)
+# xdotool key F10
+# xdotool mousemove 14 558
+# xdotool click 1
+# xdotool click 1
+# xdotool key --delay 200 ctrl+F5
+# xdotool mousemove $X $Y
+#}