summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-06 11:45:16 +0100
committerGravatar Tom Willemsen2013-02-06 11:45:16 +0100
commitec68e364d98302344fcf1f4f574519a6dfe86678 (patch)
tree2a0a1b315e50323cffe637cc419fae6bbc6d42fc /.zshrc
parent0445ad9f57b2402bb0030046c96dce6a3745d989 (diff)
downloaddotfiles-ec68e364d98302344fcf1f4f574519a6dfe86678.tar.gz
dotfiles-ec68e364d98302344fcf1f4f574519a6dfe86678.zip
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.
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 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