Mac/ディレクトリ一覧の色設定
ナビゲーションに移動
検索に移動
ディレクトリ一覧の色設定
vi ~/.bash_profile
alias ls='ls -G'
source ~/.bash_profile
ディレクトリ一覧の色変更
vi ~/.bash_profile
export LSCOLORS=gxfxcxdxbxegedabagacad alias ls='ls -G'
source ~/.bash_profile
vi ~/.bash_profile
alias ls='ls -G'
source ~/.bash_profile
vi ~/.bash_profile
export LSCOLORS=gxfxcxdxbxegedabagacad alias ls='ls -G'
source ~/.bash_profile
|
|