From 56eb977b23098567e98dbd3deb4241e931dc90da Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 22 Aug 2015 14:50:38 +0200 Subject: [PATCH] std_options: Watch for logins of other users --- default_plugins/std_options/std_options.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default_plugins/std_options/std_options.zshrc b/default_plugins/std_options/std_options.zshrc index 23461d7..1fb238e 100644 --- a/default_plugins/std_options/std_options.zshrc +++ b/default_plugins/std_options/std_options.zshrc @@ -13,3 +13,6 @@ setopt interactivecomments # Display PID when suspending processes as well setopt longlistjobs + +# Watch for logins of everyone but me and root +watch=(notme root) -- 2.39.2