summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-07 03:28:53 +0100
committerGravatar Tom Willemsen2012-11-07 03:28:53 +0100
commit5c676cfa16fd50d237ffdbbb61d5a8a5db275007 (patch)
treeb54e0e1dbeaaacc768c8c0444bac6e77069e2e0c
parent43e6c2ed7d942f474f9ced7c96ad3e5ec285768a (diff)
downloaddotfiles-5c676cfa16fd50d237ffdbbb61d5a8a5db275007.tar.gz
dotfiles-5c676cfa16fd50d237ffdbbb61d5a8a5db275007.zip
.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"