From 89be323ebf0aa5a8fbde2b2565ae2838872e3f1c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 16:45:47 +0300 Subject: [PATCH] docs: update --- pfetch | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pfetch b/pfetch index b9f270f..e50937c 100755 --- a/pfetch +++ b/pfetch @@ -86,17 +86,10 @@ log() { } get_title() { - case $os in - Linux*) - read -r hostname < /proc/sys/kernel/hostname - ;; - esac - # Username is retrieved by first checking '$USER' with a fallback # to the 'whoami' command. # # Hostname is retrieved by first checking '$HOSTNAME' with a fallback - # to the OS specific detection above and finally an additional fallback # to the 'hostname' command. # # Disable the warning about '$HOSTNAME' being undefined in POSIX sh as