]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/sys.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 5 Feb 2017 02:37:25 +0000 (02:37 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 5 Feb 2017 02:37:25 +0000 (02:37 +0000)
etc/profile.d/sys.sh

index 238735fca1c0e24ff49e654d05fc32c95662caf1..1496036568c4a7c77e79337cc75b47b118b6e479 100644 (file)
@@ -9,7 +9,7 @@ sys_is_vm() {
 
 sys_watch() {
   local opt="$@"
-  #[ -z "$opt" ] && opt="-d"
+  [ -z "$opt" ] && opt="-d"
 
   export -f sys_activity
   watch --no-title $opt sys_activity