]> arthur.barton.de Git - ax-zsh.git/commitdiff
std_options: Fix login/logout "watch list"
authorAlexander Barton <alex@barton.de>
Sat, 8 Jul 2017 22:53:42 +0000 (00:53 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 8 Jul 2017 22:53:42 +0000 (00:53 +0200)
default_plugins/std_options/std_options.zshrc

index 1fb238e40e5601fb38b331521d80194c40b1cc4f..0da98adb6ddd7c3f755dba22c2d2b176fd890b55 100644 (file)
@@ -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)