Common clear installation

  • First, install batcat:
sudo apt update
sudo apt install bat
  • Then open the ~/.zshrc and add the following alias:
alias cat='batcat --style=grid,snip --theme=TwoDark --paging=never'
  • Save it and reload the terminal:
source ~/.zshrc

Tab Error

  • When hitting the Tab you get something like this:
(eval):1: _python-argcomplete: function definition file not found
  • Clear the cache and restart the terminal:
rm ~/.cache/zcompdump
compinit