docs: update

This commit is contained in:
Dylan Araps 2019-09-25 08:10:58 +03:00
parent 83e2df7f31
commit 4c20333450

2
pfetch
View File

@ -760,7 +760,7 @@ main() {
# Leave the terminal how we found it on exit or Ctrl+C. # Leave the terminal how we found it on exit or Ctrl+C.
# '[?7h': Enable line-wrapping. # '[?7h': Enable line-wrapping.
# '[?25h': Un-hide the cursor. # '[?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 # Hide 'stderr' unless the first argument is '-v'. This saves
# polluting the script with '2>/dev/null'. # polluting the script with '2>/dev/null'.