diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index 31e821d..b33c3d3 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -118,9 +118,11 @@ bye() { if command -v protonvpn >/dev/null 2>&1; then sudo protonvpn d fi - shutdown now + sudo shutdown now } +alias reboot='sudo protonvpn d; sudo reboot' + # Open a map with location after using whois whois-firefox() { mkfifo pipe; cat pipe &