aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/aliases.zsh')
-rwxr-xr-xzsh/.zsh/aliases.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index 1998493..35faf61 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -68,7 +68,8 @@ alias lol="base64 </dev/urandom | lolcat"
alias pacman="sudo pacman"
alias update="yaourt -Syua"
#alias :q="poweroff"
-alias off="timew stop @1; poweroff"
+alias off="sshs disable; timew stop @1; poweroff"
+alias sshs="~/.scripts/ssh.sh"
alias dldstart="systemctl --user start aria2d.service"
alias dldstop="systemctl --user stop aria2d.service"
alias dldstatus="systemctl --user status aria2d.service"
@@ -127,7 +128,7 @@ alias cal="ikhal"
alias cals="vdirsyncer sync linuxmaine && vdirsyncer sync haum && ikhal"
alias calsync="vdirsyncer sync perso && vdirsyncer sync pro && vdirsyncer sync imie"
alias mm="offlineimap && neomutt"
-alias reboot="sudo reboot"
+alias reboot="sshs disable; timew stop @1; sudo reboot"
alias terminus="~/Apps/terminus-pantheon/vendor/bin/terminus"
alias ncmpcpphaum="ncmpcpp -h sulfur"