zsh: Remove reboot, shutdown aliases

These work better as scripts, that way I can run them from my window
manager as well, not just from a shell.
This commit is contained in:
Tom Willemsen 2013-02-06 11:45:16 +01:00
parent 0445ad9f57
commit ec68e364d9

2
.zshrc
View file

@ -30,8 +30,6 @@ alias grep="grep --color=always"
alias less=$LESSCMD
alias ls="ls -F --color=always"
alias mysql="mysql --pager"
alias reboot="systemctl reboot"
alias poweroff="systemctl poweroff"
setopt notify
setopt PROMPT_SUBST # Allow for functions in the prompt