Fix new issues
This commit is contained in:
parent
0a2fa2b558
commit
26de54e555
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ uptime_shorthand="off"
|
||||||
|
|
||||||
# Show the path to $SHELL
|
# Show the path to $SHELL
|
||||||
# --shell_path on/off
|
# --shell_path on/off
|
||||||
shell_path="on"
|
shell_path="off"
|
||||||
|
|
||||||
# Show $SHELL's version
|
# Show $SHELL's version
|
||||||
# --shell_version on/off
|
# --shell_version on/off
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -240,7 +240,7 @@ getuptime() {
|
||||||
"Android"*)
|
"Android"*)
|
||||||
uptime=$(uptime | awk -F ' up' '{print $2}')
|
uptime=$(uptime | awk -F ' up' '{print $2}')
|
||||||
time="${time//[0-9] user*}"
|
time="${time//[0-9] user*}"
|
||||||
time="${time//load average:*}"
|
time="${time//load average*}"
|
||||||
time="${time%,*} ${time##*,}"
|
time="${time%,*} ${time##*,}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue