MACOS,创建.bash_profile(隐藏文件)

  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. Add a line

 

export CLICOLOR=1

export LSCOLORS=gxfxaxdxcxegedabagacad

posted @ 2012-08-07 11:12  worldworld  阅读(446)  评论(0编辑  收藏  举报