From 4c20333450913f082552f2d344edc1705333633a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 08:10:58 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index ba3e553..12e019b 100755 --- a/pfetch +++ b/pfetch @@ -760,7 +760,7 @@ main() { # Leave the terminal how we found it on exit or Ctrl+C. # '[?7h': Enable line-wrapping. # '[?25h': Un-hide the cursor. - trap 'printf [?7h[?25h' EXIT INT + trap 'printf [?7h[?25h' EXIT # Hide 'stderr' unless the first argument is '-v'. This saves # polluting the script with '2>/dev/null'.