Changed lines of code

This commit is contained in:
Austen Adler 2015-05-17 13:50:59 -04:00
parent 4743d5ad1c
commit 877a0b66af

View File

@ -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 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 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 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 aoeu='setxkbmap -layout us -option "'
alias asdf='setxkbmap -layout dvorak -option ""' alias asdf='setxkbmap -layout dvorak -option ""'
alias -s html="firefox" alias -s html="firefox"