]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/env/005ls.zsh
Make zathura configuration file aware
[dotfiles.git] / zsh / .zsh / env / 005ls.zsh
1 export CLICOLOR=1
2 lscolors=(
3     Bx # ex # directory
4     Gx # fx # symbolic link
5     cx # cx # socket
6     dx # dx # pipe
7     Cx # bx # executable
8     eg # eg # block special
9     Dx # ed # character special
10     ab # ab # executable with setuid bit set
11     ag # ag # executable with setgid bit set
12     ac # ac # directory writable to others, with sticky bit
13     ad # ad # directory writable to others, without sticky bit
14 )
15 export LSCOLORS=${(j::)lscolors}