mac快速启动应用

mac快速启动应用

一、进入mac根目录

cd ~

二、编辑mac的.bash_profile文件,没有则新建

vim .bash_profile
image

三、保存退出并重新编译.bash_profile文件

source .bash_profile

四、执行设置的别名,便可启动应用

postman
在这里插入图片描述

你可能感兴趣的:(mac快速启动应用)