Created
June 26, 2019 20:17
-
-
Save cybniv/78e5d59b7a538da646bd9e547b65e862 to your computer and use it in GitHub Desktop.
fix terminfo on shit-fucked debianish systems from middle-earth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### btw I use arch | |
curl -O https://invisible-island.net/datafiles/current/terminfo.src.gz | |
gunzip terminfo.src.gz | |
tic -sx terminfo.src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
short URL: https://git.io/fjrNY
use like this:
➜ ssh [email protected] 'source <(curl -sL https://git.io/fjrNY)'
WOW! Now you can use terminals from 1998 and later!