终端起别名

终端起别名: 
终端快速打开项目
 
打开终端 
/*
touch ~/.bash_profile
 
vim ~/.bash_profile
 
alias mall="open 项目路径/xxxx.xcworkspace/"
 
*/
 
退出保存 然后
source .bashrc  -----  使其生效</span>  
 
原文地址:https://www.cnblogs.com/junhuawang/p/9015677.html