From: Nicolas Boisselier Date: Sat, 4 Feb 2017 22:52:34 +0000 (+0000) Subject: etc/profile.d/sys.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=365401665629be8c3e0ded7775f92f7ded9e94fb;p=nb.git etc/profile.d/sys.sh --- 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() {