diff --git a/1.6.md b/1.6.md index 2ebf3c04..4f26fcb8 100644 --- a/1.6.md +++ b/1.6.md @@ -24,6 +24,7 @@ the color white, it's now based on your foreground color. - Progress bars are now by default colored based on your distro's logo colors. - Use `stty` instead of `read -s` to fix an issue with escape sequences
appearing in the output. +- Line wrap is now disabled by default. ### Packages diff --git a/config/config b/config/config index 801a69f1..6748ee8f 100644 --- a/config/config +++ b/config/config @@ -221,7 +221,7 @@ colors=(distro) # Toggle line wrapping # --line_wrap on/off -line_wrap="on" +line_wrap="off" # Toggle bold text # --bold on/off diff --git a/neofetch b/neofetch index c71d0ae2..94afddc8 100755 --- a/neofetch +++ b/neofetch @@ -243,7 +243,7 @@ colors=(distro) # Toggle line wrapping # --line_wrap on/off -line_wrap="on" +line_wrap="off" # Toggle bold text # --bold on/off