From d7b61e15f28641237dd4cc9ed88fcc9b3ad72817 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 5 Feb 2017 02:35:48 +0000 Subject: [PATCH] etc/profile.d/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 14960365..238735fc 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -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 -- 2.47.3