Fixed bug with --underline on/off not working
This commit is contained in:
parent
91683321ea
commit
33638b9a43
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2797,7 +2797,7 @@ while [ "$1" ]; do
|
|||
;;
|
||||
|
||||
# Text Formatting
|
||||
--underline) underline="$2" ;;
|
||||
--underline) underline_enabled="$2" ;;
|
||||
--underline_char) underline_char="$2" ;;
|
||||
--line_wrap) line_wrap="$2" ;;
|
||||
--bold) bold="$2" ;;
|
||||
|
|
Loading…
Reference in a new issue