]> arthur.barton.de Git - ax-zsh.git/commitdiff
std_options: Watch for logins of other users
authorAlexander Barton <alex@barton.de>
Sat, 22 Aug 2015 12:50:38 +0000 (14:50 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 22 Aug 2015 12:50:38 +0000 (14:50 +0200)
default_plugins/std_options/std_options.zshrc

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