From d73b0e3603d765f563b6b113fed204104a555b4b Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sun, 28 Jun 2015 19:28:37 +0200 Subject: [PATCH] Adding alias for poweroff and reboot. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 4bc42a8..8a1b233 100644 --- a/zshrc +++ b/zshrc @@ -22,6 +22,8 @@ alias gdfs='git diff --staged' alias gad='git add' alias gcm='git commit' alias resource='source ~/.zshrc' +alias poweroff='sudo poweroff' +alias reboot='sudo reboot' if [ -f .zsh_environment ] then source ~/.zsh_environment