Skip to content

Commit

Permalink
Fix LS_COLORS for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
egorlem committed Nov 2, 2020
1 parent abeba89 commit 0b700d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guezwhoz.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ precmd() {

LSCOLORS=gxafexDxfxegedabagacad
export LSCOLORS
LS_COLORS=$LS_COLORS:"di=36":"ln=30;45":"so=34:pi=1;33":"ex=35":"bd=34;46":"cd=34;43":"su=30;41":"sg=30;46":"ow=30;43":"tw=30;42":"*.js=01;33":"*.json=33":"*.jsx=38;5;117":"ma=38;5;253;48;5;24":"*.ts=38;5;75":"*.css=38;5;27":"*.scss=38;5;169"
LS_COLORS=$LS_COLORS:"di=36":"ln=30;45":"so=34:pi=1;33":"ex=35":"bd=34;46":"cd=34;43":"su=30;41":"sg=30;46":"ow=30;43":"tw=30;42":"*.js=01;33":"*.json=33":"*.jsx=38;5;117":"*.ts=38;5;75":"*.css=38;5;27":"*.scss=38;5;169"
export LS_COLORS

0 comments on commit 0b700d2

Please sign in to comment.