diff --git a/shell/aliases.sh b/shell/aliases.sh index f95b2f0..de56cfd 100755 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -84,7 +84,8 @@ alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10' alias shuttle='sshuttle --dns -r uberspace 0/0' alias backupnow='sudo borgmatic -v 1 && echo $(date +"%Y%m%d") > ~/.borgbackup.log' -alias syncbackupto='sudo rsync -aPzchv backup:/home/felix/data/ ' + +alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd' alias notify='notify-send Terminal "Process has been finished"' alias screen-off='xset -display :0.0 dpms force off'