From 365401665629be8c3e0ded7775f92f7ded9e94fb Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 4 Feb 2017 22:52:34 +0000 Subject: [PATCH] etc/profile.d/sys.sh --- etc/profile.d/sys.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile.d/sys.sh b/etc/profile.d/sys.sh index 43b8e8a6..d7fa3521 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -12,7 +12,8 @@ sys_watch() { [ -z "$opt" ] && opt="-d" export -f sys_activity - watch --no-title $opt bash -c "sys_activity" + watch --no-title $opt sys_activity + #watch --no-title $opt bash -c "sys_activity" } sys_logs() { -- 2.47.3