aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-25 08:10:58 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-25 08:10:58 +0300
commit4c20333450913f082552f2d344edc1705333633a (patch)
tree0c5b525da1998e259cd775bfb9919d169ccd2c44
parent83e2df7f310a1292472f6f2d75a19f287a8924d4 (diff)
downloadpfetch-4c20333450913f082552f2d344edc1705333633a.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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'.