X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Flogout;h=10affa145cea962c1e672fa15f52c6321ca2e5c8;hb=c75fb038473a104eb86f15ac4fae4dc544fcfdc4;hp=93135ee08122c647fe933e3bca93b9ca48428ed4;hpb=17c4bdffc7d5914f39932f4b2cb1a0791d227a00;p=config%2Fdotfiles.git diff --git a/shell/logout b/shell/logout index 93135ee..10affa1 100644 --- a/shell/logout +++ b/shell/logout @@ -12,6 +12,6 @@ if [ "$SHLVL" = 1 ]; then fi # Make sure sudo rights are removed. -sudo -k +sudo -k > /dev/null 2>&1 # vim: ft=sh