X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Flogout;h=93135ee08122c647fe933e3bca93b9ca48428ed4;hb=b2e5bd4f5d284f66ef919054ed3bdc776e5498fc;hp=1a87b04be282ba842d60e5ed5a0b42f362a13117;hpb=d9718d2858cec089f0afd3a23ba5cb7ab049e6b9;p=config%2Fdotfiles.git diff --git a/shell/logout b/shell/logout index 1a87b04..93135ee 100644 --- a/shell/logout +++ b/shell/logout @@ -11,4 +11,7 @@ if [ "$SHLVL" = 1 ]; then fi fi +# Make sure sudo rights are removed. +sudo -k + # vim: ft=sh