From ec68e364d98302344fcf1f4f574519a6dfe86678 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 6 Feb 2013 11:45:16 +0100 Subject: 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. --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 6a885ef..a25a331 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3-54-g00ecf