facebook twitter hatena line email

「Mac/ディレクトリ一覧の色設定」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==ディレクトリ一覧の色設定== vi ~/.bash_profile alias ls='ls -G' source ~/.bash_profile ==ディレクトリ一覧の色変更== vi ~/.bash_profile export...」)
 
(相違点なし)

2015年5月20日 (水) 03:15時点における最新版

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

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