facebook twitter hatena line email

Mac/ディレクトリ一覧の色設定

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

ディレクトリ一覧の色設定

vi ~/.bash_profile

alias ls='ls -G'

source ~/.bash_profile

ディレクトリ一覧の色変更

vi ~/.bash_profile

export LSCOLORS=gxfxcxdxbxegedabagacad
alias ls='ls -G'

source ~/.bash_profile

参考

http://d.hatena.ne.jp/edvakf/20080413/1208042916