linux下alias添加clear别名

输入下面命令打开.bashrc配置文件

sudo vi ~/.bashrc

在里面加入下面代码

alias c='clear'

保存退出,输入下面命令重新加载.bashrc文件

source ~/.bashrc

你可能感兴趣的:(linux)