General: Remove pointless comment
This commit is contained in:
parent
6647c77096
commit
6557e4f1c3
1
neofetch
1
neofetch
|
@ -273,7 +273,6 @@ get_model() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_title() {
|
get_title() {
|
||||||
# Get the info.
|
|
||||||
user="${USER:-$(whoami || printf "%s" "${HOME/*\/}")}"
|
user="${USER:-$(whoami || printf "%s" "${HOME/*\/}")}"
|
||||||
hostname="${HOSTNAME:-$(hostname)}"
|
hostname="${HOSTNAME:-$(hostname)}"
|
||||||
title="${title_color}${bold}${user}${at_color}@${title_color}${bold}${hostname}"
|
title="${title_color}${bold}${user}${at_color}@${title_color}${bold}${hostname}"
|
||||||
|
|
Reference in New Issue