您的位置:首页 > 运维架构 > Shell

Creating a .bash_profile on your mac

2015-08-27 10:18 633 查看
A typical install of OS X won't create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.

Start up Terminal

Type "cd ~/" to go to your home folder

Type "touch .bash_profile" to create your new file.

Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit.

Type ". .bash_profile" to reload .bash_profile and update any functions you add.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: