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

相关文章:

  • 2021-08-08
  • 2021-09-30
  • 2022-02-04
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-08-01
  • 2022-12-23
  • 2021-04-09
相关资源
相似解决方案