aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-10-06 15:03:21 +0200
committerDavid Runge <david.runge@frqrec.com>2014-10-06 15:03:21 +0200
commita3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2 (patch)
tree8d2c2aa52f63a2632d156588fbfcc21924698cba /.zsh.after
parent8fc239f0d71ee53889bd4c3c63a7dd1124a5847c (diff)
parent641776ca9e642e55c974ed3664bfc0a330900ca3 (diff)
downloaddotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.gz
dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.bz2
dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.xz
dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.zip
Merge branch 'master' of https://github.com/davezerave/dot
* 'master' of https://github.com/davezerave/dot: Adding systemd suspend alias Adding iptables syntax for vim Adding further ignores for arduino and processing settings folder Moving arduino and processing sketchbook directory to git subdirectory.
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh4
1 files changed, 3 insertions, 1 deletions
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'