Fix typo
This commit is contained in:
parent
0d3a0b6046
commit
534ffd671c
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3120,7 +3120,7 @@ main() {
|
||||||
# If the script exits for any reason, unhide the cursor.
|
# If the script exits for any reason, unhide the cursor.
|
||||||
trap 'printf "\033[?25h"' EXIT
|
trap 'printf "\033[?25h"' EXIT
|
||||||
|
|
||||||
# Clear the scren
|
# Clear the screen
|
||||||
clear
|
clear
|
||||||
|
|
||||||
# Hide the cursor and disable line wrap
|
# Hide the cursor and disable line wrap
|
||||||
|
|
Loading…
Reference in a new issue