From 877a0b66af1fe713c2289be84f6595982912e076 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 17 May 2015 13:50:59 -0400 Subject: [PATCH] Changed lines of code --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index b2d55a0..9638454 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -103,7 +103,7 @@ alias fk='k `fzf --no-mouse -m -1 -x`' alias fkill='ps -ef | sed 1d | fzf --no-mouse -m -1 -x | awk "{print $2}" | xargs kill -${1:-9}' alias slp='smon ./x&DISPLAY=:0.0 i3lock -di `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`' alias updateall='sudo sh -c "apt-get update;apt-get upgrade -y;apt-get dist-upgrade -y;apt-get autoremove -y"' -alias susp="echo mem|tee /sys/power/state 2>&1 >/dev/null||echo mem|sudo tee /sys/power/state 2>&1 >/dev/null" +alias susp="echo mem | sudo tee /sys/power/state >/dev/null" alias aoeu='setxkbmap -layout us -option "' alias asdf='setxkbmap -layout dvorak -option ""' alias -s html="firefox"