From 641776ca9e642e55c974ed3664bfc0a330900ca3 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 2 Oct 2014 12:57:20 +0200 Subject: Adding systemd suspend alias --- .zsh.after/aliases.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zsh.after') diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh index 8201ef6..54881f8 100644 --- a/.zsh.after/aliases.zsh +++ b/.zsh.after/aliases.zsh @@ -105,6 +105,7 @@ alias sdureload='systemctl --user daemon-reload' alias sdiso='sudo systemctl isolate ' alias sdreboot='sudo systemctl reboot' alias sdpoweroff='sudo systemctl poweroff' +alias sdsuspend='sudo systemctl suspend' #systemd bootchart alias sda='systemd-analyze' alias sdab='systemd-analyze blame' @@ -190,12 +191,13 @@ alias bthp="pactl load-module module-bluetooth-device address='00:1B:66:01:6C:D1 #WOL alias woldave_in='wol -i homey 00:15:f2:e0:e0:c6' #wake up homey -alias woldave_ex='wol -p X -i frqb.zapto.org 00:15:f2:e0:e0:c6' #wake up homey via +alias woldave_ex='wol -p X -i frqb.zapto.org 00:15:f2:e0:e0:c6' #wake up homey via ## OVERRIDES # Colorize grep output alias grep='grep --color=auto --exclude-dir=.git' alias psgrep='ps aux | grep -v "grep"| grep $1' +alias greptodo='grep -R "TODO" .' alias exit="clear; exit" alias du='du -h' alias .='source' -- cgit v1.2.3-70-g09d2