Mac/ディレクトリ一覧の色設定
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:15時点における127.0.0.1 (トーク)による版 (ページの作成:「==ディレクトリ一覧の色設定== vi ~/.bash_profile alias ls='ls -G' source ~/.bash_profile ==ディレクトリ一覧の色変更== vi ~/.bash_profile export...」)
ディレクトリ一覧の色設定
vi ~/.bash_profile
alias ls='ls -G'
source ~/.bash_profile
ディレクトリ一覧の色変更
vi ~/.bash_profile
export LSCOLORS=gxfxcxdxbxegedabagacad alias ls='ls -G'
source ~/.bash_profile