mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Remove unnecessary comments
This commit is contained in:
3
fetch
3
fetch
@@ -2191,12 +2191,9 @@ while [ "$1" ]; do
|
||||
--stdout_seperator) stdout_seperator="$2" ;;
|
||||
--stdout_subtitles) stdout_subtitles="$2" ;;
|
||||
--stdout)
|
||||
# Disable images and color blocks
|
||||
stdout="on"
|
||||
image="off"
|
||||
color_blocks="off"
|
||||
|
||||
# Remove info color escape code.
|
||||
unset info_color
|
||||
|
||||
for func in "$@"; do
|
||||
|
||||
Reference in New Issue
Block a user