ca3c6e437e96

This is why I drink.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 25 Jul 2012 15:18:48 -0400
parents c4d047e623c0
children cbbbc897e9b3
branches/tags (none)
files fish/config.fish

Changes

--- a/fish/config.fish	Sun Jul 22 16:06:25 2012 -0400
+++ b/fish/config.fish	Wed Jul 25 15:18:48 2012 -0400
@@ -59,6 +59,10 @@
     ps auxww | grep --color=always $argv | grep -v grep | collapse | cuts -f 2,11-
 end
 
+function hey_virtualbox_shut_down_or_i_will_fucking_cut_you
+    VBoxManage controlvm $argv poweroff
+end
+
 # }}}
 # Bind Keys {{{