]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/sys.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 4 Feb 2017 22:52:34 +0000 (22:52 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 4 Feb 2017 22:52:34 +0000 (22:52 +0000)
etc/profile.d/sys.sh

index 43b8e8a62b2c708e1785cce2409e219243266f40..d7fa3521f15923d8ce108ce8ea33f3cde5460f7a 100644 (file)
@@ -12,7 +12,8 @@ sys_watch() {
   [ -z "$opt" ] && opt="-d"
 
   export -f sys_activity
-  watch --no-title $opt bash -c "sys_activity"
+  watch --no-title $opt sys_activity
+  #watch --no-title $opt bash -c "sys_activity"
 }
 
 sys_logs() {