执行
vim ~/.bash_profile
该文件有可能不存在,直接编辑即可。
在文件中加入:
alias ll=‘ls -alF‘
再执行
source ~/.bash_profile
执行
vim ~/.bash_profile
该文件有可能不存在,直接编辑即可。
在文件中加入:
alias ll=‘ls -alF‘
再执行
source ~/.bash_profile
原文:http://www.cnblogs.com/xxoome/p/8052336.html