cd ~ vim .bash_profile //将以下代码添加到.bash_profile文件中 alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' //保存 :wq source .bash_profile