diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-24 23:02:50 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-24 23:02:50 +0300 |
| commit | c87dd713a788bf1c59961f859222b7a211180f9f (patch) | |
| tree | 1fa48f7df3a0a8d7a596a8fd93ab6a142aa8d990 | |
| parent | 3f9d30f8b459c4a01d05d2fafc6877ebc5386f6b (diff) | |
| download | pfetch-c87dd713a788bf1c59961f859222b7a211180f9f.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
