dircolors.sh
来自「山寨手机用的」· Shell 代码 · 共 10 行
SH
10 行
# Setup for /bin/ls to support color, the alias is in /etc/bashrc.if [ -f "/etc/dircolors" ] ; then eval $(dircolors -b /etc/dircolors) if [ -f "$HOME/.dircolors" ] ; then eval $(dircolors -b $HOME/.dircolors) fifialias ls='ls --color=auto'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?