diff options
author | Alan Pearce | 2018-10-18 23:02:58 +0200 |
---|---|---|
committer | Alan Pearce | 2018-10-18 23:02:58 +0200 |
commit | 3951c9e62cb7e7097dec1926af770032308487d0 (patch) | |
tree | 9db7a2786429bc10bd96b45dd68a81192e53bbd1 | |
parent | 04282bd74329cfb3efecdf557c5bae4c892409aa (diff) | |
download | dotfiles-3951c9e62cb7e7097dec1926af770032308487d0.tar.lz dotfiles-3951c9e62cb7e7097dec1926af770032308487d0.tar.zst dotfiles-3951c9e62cb7e7097dec1926af770032308487d0.zip |
zsh: Enable colours in ls on OSX
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 3bec9e0..f3e3c77 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -42,6 +42,7 @@ case $os in ls_options=$gnu_ls_options ls_isodate=$gnu_ls_isodate else + export CLICOLOR=1 ls_options=$bsd_ls_options ls_isodate=$bsd_ls_isodate fi |