Mac/ディレクトリ一覧の色設定
提供: 初心者エンジニアの簡易メモ
ディレクトリ一覧の色設定
vi ~/.bash_profile
alias ls='ls -G'
source ~/.bash_profile
ディレクトリ一覧の色変更
vi ~/.bash_profile
export LSCOLORS=gxfxcxdxbxegedabagacad alias ls='ls -G'
source ~/.bash_profile