-
-
Save mthrynn/27861b191acd0ee3ecea033efa790872 to your computer and use it in GitHub Desktop.
Revisions
-
BretFisher revised this gist
Aug 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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. -
BretFisher created this gist
Aug 8, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # first install pygmentize to the system with 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'