From 327316079fbe0cc2790bfe1f3ebf0e89f1cfc800 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 1 Dec 2016 14:53:23 +0100 Subject: [PATCH] sys.sh --- etc/profile.d/sys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.47.3