all repos — nixfiles @ 3951c9e62cb7e7097dec1926af770032308487d0

System and user configuration, managed by nix and home-manager

zsh: Enable colours in ls on OSX

Alan Pearce
commit

3951c9e62cb7e7097dec1926af770032308487d0

parent

04282bd74329cfb3efecdf557c5bae4c892409aa

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -42,6 +42,7 @@ ls='\gls'
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