sh 在macOS上:安装pygmentize和alias pcat以进行shell代码语法高亮显示 Posted 2021-05-07 tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在macOS上:安装pygmentize和alias pcat以进行shell代码语法高亮显示相关的知识,希望对你有一定的参考价值。 # first install pygmentize to the mac OS X or macOS system with the built-in python sudo easy_install Pygments # then add alias to your ~/.bash_profile or ~/.bashrc or ~/.zshrc etc. alias pcat='pygmentize -f terminal256 -O style=native -g' 以上是关于sh 在macOS上:安装pygmentize和alias pcat以进行shell代码语法高亮显示的主要内容,如果未能解决你的问题,请参考以下文章 sh 在MacOS X上安装Bash版本4 sh 在macOS Mojave上重新安装Brew的XCode命令行工具 sh 在新的macOS上设置/安装的事情 sh 在新的macOS上设置/安装的事情 sh 使用cat时shell的语法高亮显示。需要http://pygments.org/ 在macOS上通过pyenv安装和切换多版本Python