diff options
author | Alan Pearce | 2013-09-15 17:55:54 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-15 17:55:54 +0100 |
commit | 458b42a257357c968f491328abb3fcbc7c7d4b10 (patch) | |
tree | d6be732d1923951f95c27c86da6f8e0959cad1fb /zsh | |
parent | 52cb39f3cc213cb652e7a22a33614244dbfc25b0 (diff) | |
download | nixfiles-458b42a257357c968f491328abb3fcbc7c7d4b10.tar.lz nixfiles-458b42a257357c968f491328abb3fcbc7c7d4b10.tar.zst nixfiles-458b42a257357c968f491328abb3fcbc7c7d4b10.zip |
zsh: Remove gnu-only dircolors assignment
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index cefe87f5..db94294c 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -82,7 +82,6 @@ fi case $OSTYPE in *gnu*) - eval `dircolors -b` #exports LSCOLORS ls_options="-v --group-directories-first --color=auto" ls_isodate="--time-style=long-iso" ;; |