summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-10-18 23:02:58 +0200
committerAlan Pearce2018-10-18 23:02:58 +0200
commit3951c9e62cb7e7097dec1926af770032308487d0 (patch)
tree9db7a2786429bc10bd96b45dd68a81192e53bbd1 /zsh
parent04282bd74329cfb3efecdf557c5bae4c892409aa (diff)
downloaddotfiles-3951c9e62cb7e7097dec1926af770032308487d0.tar.lz
dotfiles-3951c9e62cb7e7097dec1926af770032308487d0.tar.zst
dotfiles-3951c9e62cb7e7097dec1926af770032308487d0.zip
zsh: Enable colours in ls on OSX
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc1
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