summaryrefslogtreecommitdiffstats
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index c633338..d515549 100644
--- a/.zshenv
+++ b/.zshenv
@@ -1,4 +1,3 @@
-# -*- eval: (git-auto-commit-mode 1) -*-
LESSCMD="less -FXRS"
export LESS_TERMCAP_mb=$'\e[1;37m'
@@ -18,3 +17,5 @@ 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"