mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Export LS_COLORS for linux
This commit is contained in:
parent
accdcb2f1c
commit
e7e080eafe
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ autoload -U colors && colors
|
||||||
|
|
||||||
# Enable ls colors
|
# Enable ls colors
|
||||||
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
||||||
|
export LS_COLORS="di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
|
||||||
|
|
||||||
# TODO organise this chaotic logic
|
# TODO organise this chaotic logic
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue