From c87dd713a788bf1c59961f859222b7a211180f9f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 23:02:50 +0300 Subject: [PATCH] docs: update --- pfetch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pfetch b/pfetch index 6db9dc0..cac0652 100755 --- a/pfetch +++ b/pfetch @@ -88,7 +88,8 @@ get_title() { # to the 'hostname' command. # # Disable the warning about '$HOSTNAME' being undefined in POSIX sh as - # it is intended for allowing the user to overwrite the value on invocation. + # the intention for using it is allowing the user to overwrite the + # value on invocation. # shellcheck disable=SC2039 host=${HOSTNAME:-${hostname:-$(hostname)}} @@ -109,9 +110,6 @@ get_os() { case $os in Linux*) - # TODO: Some distributions don't support '/etc/os-release'. - # Bedrock support is something I'd like to add for example. - # Disable warning about shellcheck not being able # to read '/etc/os-release'. This is fine. # shellcheck source=/dev/null