ryoakg
11/7/2015 - 4:20 AM

.zshrc.sh

function ccat() {
  for i in $@ ; do
    source-highlight -f esc -i $i
  done
}