Skip to content

Instantly share code, notes, and snippets.

@Wendelstein7
Created November 30, 2021 15:07
Show Gist options
  • Save Wendelstein7/048b4657312edd02fc9d4dc8a6726b78 to your computer and use it in GitHub Desktop.
Save Wendelstein7/048b4657312edd02fc9d4dc8a6726b78 to your computer and use it in GitHub Desktop.
Syntax highlighted cat -> cats
sudo apt-get install highlight
echo "alias cats='highlight -O ansi --force'" > ~/.bash_aliases && source ~/.bash_aliases
#Use: `cats <file>`, like `cats test.sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment