Adding alias for poweroff and reboot.

This commit is contained in:
Faerbit 2015-06-28 19:28:37 +02:00
parent 5cf468d28a
commit d73b0e3603

2
zshrc
View File

@ -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