X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zsh%2Fenv%2F005ls.zsh;h=c75866e2906d7954fedd801a03b52f578aadc297;hb=53eaacdc9f00f06d1f592f121e7df273d74241b7;hp=eb6174a2f252fcb32e1ebb17e84d53bc4e5a0da1;hpb=98b810d9eeffdc705fb63a0427c6f47e1a4e1d43;p=dotfiles.git diff --git a/zsh/.zsh/env/005ls.zsh b/zsh/.zsh/env/005ls.zsh index eb6174a..c75866e 100644 --- a/zsh/.zsh/env/005ls.zsh +++ b/zsh/.zsh/env/005ls.zsh @@ -1,2 +1,15 @@ export CLICOLOR=1 -export LSCOLORS=BxGxcxdxCxegDxabagacad +lscolors=( + Bx # ex # directory + Gx # fx # symbolic link + cx # cx # socket + dx # dx # pipe + Cx # bx # executable + eg # eg # block special + Dx # ed # character special + ab # ab # executable with setuid bit set + ag # ag # executable with setgid bit set + ac # ac # directory writable to others, with sticky bit + ad # ad # directory writable to others, without sticky bit +) +export LSCOLORS=${(j::)lscolors}