aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zsh.after/aliases.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index a9cfe96..6c0395f 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -205,6 +205,9 @@ alias bthp="pactl load-module module-bluetooth-device address='00:1B:66:01:6C:D1
#PYTHON
alias pyserv='python -m http.server' # start a python http server
+# VDIRSYNCER
+alias vsync="vdirsyncer sync"
+
#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
@@ -218,6 +221,7 @@ alias exit="clear; exit"
alias du='du -h'
alias .='source'
+
## HELP
alias helpdd='echo dd if=bla | pv -s 10M | dd of=blob'