I am using Ubuntu, and I have encountered a strange issue where every command I type in the terminal is displayed in figlet font instead of executing normally. For example:
Expected output for ls:
Desktop Documents Downloads Music Pictures Videos
Actual output for ls:
_
| |___
| / __|
| \__ \
|_|___/
This happens for every command, including cd, echo, sudo, etc., making the system almost unusable.
What do I do?