From 5c676cfa16fd50d237ffdbbb61d5a8a5db275007 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:28:53 +0100 Subject: .zshenv --- .zshenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf