Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
72732a22
Unverified
Commit
72732a22
authored
Mar 12, 2023
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(lib): set equivalent LS_COLORS and LSCOLORS variables
As reported by
https://geoff.greer.fm/lscolors
Fixes #11554
parent
92387d9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theme-and-appearance.zsh
lib/theme-and-appearance.zsh
+1
-1
No files found.
lib/theme-and-appearance.zsh
View file @
72732a22
...
@@ -78,6 +78,6 @@ if [[ -z "$LS_COLORS" ]]; then
...
@@ -78,6 +78,6 @@ if [[ -z "$LS_COLORS" ]]; then
&&
source
<
(
dircolors
-b
"
$HOME
/.dircolors"
)
\
&&
source
<
(
dircolors
-b
"
$HOME
/.dircolors"
)
\
||
source
<
(
dircolors
-b
)
||
source
<
(
dircolors
-b
)
else
else
export
LS_COLORS
=
"di=
34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=37;41:sg=30;43:tw=30;42:ow=34;42:
"
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
"
fi
fi
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment