]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/logout
shell/aliases: Correctly use "$@" instead of $* for arguments.
[config/dotfiles.git] / shell / logout
index 1a87b04be282ba842d60e5ed5a0b42f362a13117..10affa145cea962c1e672fa15f52c6321ca2e5c8 100644 (file)
@@ -11,4 +11,7 @@ if [ "$SHLVL" = 1 ]; then
     fi
 fi
 
+# Make sure sudo rights are removed.
+sudo -k > /dev/null 2>&1
+
 # vim: ft=sh