Skip to content

Commit

Permalink
mac 터미널 환경에서 디렉토리 및 파일 색깔표시
Browse files Browse the repository at this point in the history
  • Loading branch information
gymbombom committed Oct 12, 2019
1 parent 51ade56 commit af423c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mac/macbook_setting_etc.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ $sudo pmset -a standbydelay [초]
$sudo pmset -a hibernatemode [모드]
```

### 터미널 디렉토리 및 파일 컬러 표시
```shell
# /etc/bashrc
export CLICOLOR=1
export LSCOLORS=DxFxCxGxBxegedabagaced
```

0 comments on commit af423c6

Please sign in to comment.