From 03281ae0f261ad7c6225634f43df7c265aa6be79 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sun, 3 Jul 2022 22:56:25 +0200 Subject: [PATCH] Remove protonvpn commands --- roles/shell/files/shell_aliases.ansible | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/roles/shell/files/shell_aliases.ansible b/roles/shell/files/shell_aliases.ansible index 4bb2669..04bcdc9 100644 --- a/roles/shell/files/shell_aliases.ansible +++ b/roles/shell/files/shell_aliases.ansible @@ -141,11 +141,6 @@ git-check-unpushed() { } hello() { - if command -v protonvpn >/dev/null 2>&1; then - if protonvpn s | grep Disconnected >/dev/null; then - sudo protonvpn c -f - fi - fi system-update echo -n "Do you want to pull from you git repos? [y/N] " @@ -162,18 +157,10 @@ hello() { bye() { git-check-unpushed || return 1 - if command -v protonvpn >/dev/null 2>&1; then - sudo protonvpn d - fi sudo shutdown now } -reboot() { - if command -v protonvpn >/dev/null 2>&1; then - sudo protonvpn d - fi - sudo reboot -} +alias reboot='sudo reboot' # Open a map with location after using whois whois-firefox() {