From 6a5bbc260ab8ce1553786f155510abe6556b461b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ki=C3=ABd=20Llaentenn?= <32681240+kiedtl@users.noreply.github.com> Date: Thu, 4 Apr 2019 20:16:18 -0400 Subject: [PATCH] Update config.ps1 --- lib/config.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config.ps1 b/lib/config.ps1 index 233df28..be49d71 100644 --- a/lib/config.ps1 +++ b/lib/config.ps1 @@ -1,11 +1,12 @@ # ===== WINFETCH CONFIGURATION ===== # Add a '#' to any of the lines in -# this file to enable their output. +# this file to **enable** their output. # $show_os = $false # $show_computer = $false # $show_uptime = $false +# $show_terminal = $false # $show_cpu = $false # $show_gpu = $false # $show_memory = $false