微信扫一扫
1.修改配置文件
vim ~/.bashrc
2.设置alias
alias la="ls -al --color=auto"
3.使设置生效
source ~/.bashrc
4.使用
在命令行输入“la”即可
相关推荐