From 1e4911229205c4c65dc757d0728c735aafba1358 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 7 Dec 2013 08:18:35 -0500 Subject: [PATCH] add vagrant_restart alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 1e14a02..f619b7b 100644 --- a/zshrc +++ b/zshrc @@ -19,3 +19,4 @@ unsetopt share_history # share command history data alias cr="codereivew" alias crr="codereview --reviewers" alias cri="codereview --issue" +alias vagrant_restart="sudo /Library/StartupItems/VirtualBox/VirtualBox restart"