From d8f850274bec4313820f1c5a6d0c5a0a07401c57 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 9 Jul 2017 00:53:42 +0200 Subject: [PATCH] std_options: Fix login/logout "watch list" --- default_plugins/std_options/std_options.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_plugins/std_options/std_options.zshrc b/default_plugins/std_options/std_options.zshrc index 1fb238e..0da98ad 100644 --- a/default_plugins/std_options/std_options.zshrc +++ b/default_plugins/std_options/std_options.zshrc @@ -14,5 +14,5 @@ setopt interactivecomments # Display PID when suspending processes as well setopt longlistjobs -# Watch for logins of everyone but me and root -watch=(notme root) +# Watch for logins of everyone but me +watch=(notme) -- 2.39.2