### 在.bash_profile文件中添加以下内容 .bash_profile ``` bash alias ll='ls -l --show-control-chars --color=tty' alias ls='ls --show-control-chars --color=tty' ```