cat prints raw text, not the colored HTML this tool renders in-page, so a color-mode export will just show literal <span> tags in a terminal.tput cols.~/.ascii-art.txt.echo 'cat ~/.ascii-art.txt' >> ~/.bashrc # bash echo 'cat ~/.ascii-art.txt' >> ~/.zshrc # zsh echo 'cat ~/.ascii-art.txt' >> ~/.config/fish/config.fish # fish
source ~/.bashrc) to see it.Tip: a monospace font with roughly square character cells (the default in most terminal emulators) keeps the proportions closest to what you see above. If it looks squashed, try a lower width or check your terminal's font.