From: Nicolas Boisselier Date: Thu, 1 Dec 2016 13:53:23 +0000 (+0100) Subject: sys.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=327316079fbe0cc2790bfe1f3ebf0e89f1cfc800;p=nb.git sys.sh --- diff --git a/etc/profile.d/sys.sh b/etc/profile.d/sys.sh index 5145827a..3560eecb 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -10,7 +10,7 @@ sys_is_vm() { sys_watch() { local opt="$@" [ -z "$opt" ] && opt="-d" - export -f sys_activity + #export -f sys_activity watch --no-title $opt bash -c "sys_activity" }