From 3e375dd04e98b77339b77b0faef28d18f7272f48 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Fri, 1 Jan 2016 11:01:17 +1100 Subject: [PATCH] Left stray comment --- fetch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index b350f50d..c2cac96c 100755 --- a/fetch.sh +++ b/fetch.sh @@ -536,7 +536,6 @@ clear [ $underline == "on" ] && uline=$(printf %"${#title}"s |tr " " "$underline_char") # Disable line wrap -# Checks to see if we're in a tmux/screen session. [ $linewrap == "off" ] && printf '\e[?7l' # Print the title and underline