From 968f688b97e64b733d566b65cf23039fb0f17d43 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 5 Feb 2017 02:37:25 +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 238735fc..14960365 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