Commit 6557e4f1 authored by Dylan Araps's avatar Dylan Araps

General: Remove pointless comment

parent 6647c770
...@@ -273,7 +273,6 @@ get_model() { ...@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment