mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
pfetch: fix whoami not posix
This commit is contained in:
4
pfetch
4
pfetch
@@ -100,8 +100,8 @@ log() {
|
||||
|
||||
get_title() {
|
||||
# Username is retrieved by first checking '$USER' with a fallback
|
||||
# to the 'whoami' command.
|
||||
user=${USER:-$(whoami)}
|
||||
# to the 'id -un' command.
|
||||
user=${USER:-$(id -un)}
|
||||
|
||||
# Hostname is retrieved by first checking '$HOSTNAME' with a fallback
|
||||
# to the 'hostname' command.
|
||||
|
||||
Reference in New Issue
Block a user