# HG changeset patch # User Steve Losh # Date 1343243928 14400 # Node ID ca3c6e437e96a1238c79df931e4a9706c8c82309 # Parent c4d047e623c0212174b243d8008cbae9106ca333 This is why I drink. diff -r c4d047e623c0 -r ca3c6e437e96 fish/config.fish --- 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 {{{