Fixed bug with --underline on/off not working
This commit is contained in:
parent
91683321ea
commit
33638b9a43
2
neofetch
2
neofetch
|
@ -2797,7 +2797,7 @@ while [ "$1" ]; do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Text Formatting
|
# Text Formatting
|
||||||
--underline) underline="$2" ;;
|
--underline) underline_enabled="$2" ;;
|
||||||
--underline_char) underline_char="$2" ;;
|
--underline_char) underline_char="$2" ;;
|
||||||
--line_wrap) line_wrap="$2" ;;
|
--line_wrap) line_wrap="$2" ;;
|
||||||
--bold) bold="$2" ;;
|
--bold) bold="$2" ;;
|
||||||
|
|
Reference in New Issue