码迷,mamicode.com
首页 > 系统相关 > 详细

Creating a .bash_profile on your mac

时间:2015-08-27 10:56:50      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

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.

  1. Start up Terminal
  2. Type "cd ~/" to go to your home folder
  3. Type "touch .bash_profile" to create your new file.
  4. Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit.
  5. Type ". .bash_profile" to reload .bash_profile and update any functions you add.

Creating a .bash_profile on your mac

标签:

原文地址:http://www.cnblogs.com/melody-emma/p/4762491.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!