diff --git a/config/config b/config/config index 84665f5b..40cc7eb7 100644 --- a/config/config +++ b/config/config @@ -85,7 +85,7 @@ uptime_shorthand="off" # Show the path to $SHELL # --shell_path on/off -shell_path="on" +shell_path="off" # Show $SHELL's version # --shell_version on/off diff --git a/neofetch b/neofetch index 848393be..d8f08b6d 100755 --- a/neofetch +++ b/neofetch @@ -240,7 +240,7 @@ getuptime() { "Android"*) uptime=$(uptime | awk -F ' up' '{print $2}') time="${time//[0-9] user*}" - time="${time//load average:*}" + time="${time//load average*}" time="${time%,*} ${time##*,}" ;;