summaryrefslogtreecommitdiffstats
path: root/.zshenv
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-08 00:34:15 +0100
committerGravatar Tom Willemsen2012-11-08 00:34:15 +0100
commit57e1063403ffd9519001e39ac92df9abeb42d879 (patch)
treeeb08815982b35c905d93575a037f81d8ddb37408 /.zshenv
parent60f8f3781744457077683b5618c7fc8068a3da6b (diff)
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-57e1063403ffd9519001e39ac92df9abeb42d879.tar.gz
dotfiles-57e1063403ffd9519001e39ac92df9abeb42d879.zip
.config/herbstluftwm/autostart
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"