My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
 
 

8 lines
124 B

function fix(){
# Reset terminal after cating binary file
reset;
stty sane;
tput rs1;
clear;
echo -e "\e[0m";
}