Remove useless block
This commit is contained in:
parent
22ae5a5bba
commit
b33cf57c16
4
neofetch
4
neofetch
|
@ -3178,10 +3178,6 @@ main() {
|
||||||
# Reset horizontal cursor position
|
# Reset horizontal cursor position
|
||||||
printf "\033[9999999D"
|
printf "\033[9999999D"
|
||||||
|
|
||||||
# Move cursor to top of ascii art
|
|
||||||
[ "$image" != "ascii" ] && [ "$image" != "off" ] && \
|
|
||||||
printf "\033[0H"
|
|
||||||
|
|
||||||
# Print the info
|
# Print the info
|
||||||
printinfo
|
printinfo
|
||||||
dynamicprompt
|
dynamicprompt
|
||||||
|
|
Reference in New Issue