commit bash.sh

pull/8/head
skywind3000 7 years ago
parent 6605aab061
commit 0866b15f95

@ -1,6 +1,6 @@
############################################################################## ##############################################################################
# BASH CHEATSHEET (中文速查表) - by skywind (created on 2018/02/14) # BASH CHEATSHEET (中文速查表) - by skywind (created on 2018/02/14)
# Version: 31, Last Modified: 2018/02/28 17:49 # Version: 32, Last Modified: 2018/02/28 22:09
# https://github.com/skywind3000/awesome-cheatsheets # https://github.com/skywind3000/awesome-cheatsheets
############################################################################## ##############################################################################
@ -695,7 +695,7 @@ function q-compress() {
fi fi
} }
# 漂亮的带语法高亮的 cat ,需要先 pip install pygments # 漂亮的带语法高亮的 color cat ,需要先 pip install pygments
function ccat() { function ccat() {
local style="monokai" local style="monokai"
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then

Loading…
Cancel
Save