mac设置别名alias

打开用户根目录

cd ~

然后编辑.bash_profile文件

#可以尝试用自带工具打开
open -e .bash_profile
#或者
vim .bash_profile

加入语句

alias ll='ls la'







你可能感兴趣的:(mac,alias)