Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
98cd3973
"vscode:/vscode.git/clone" did not exist on "f9b4356e0ed9e95890ce79c982dd5481ba7803aa"
Commit
98cd3973
authored
Oct 10, 2016
by
Hong
Committed by
Marc Cornellà
Oct 10, 2016
Browse files
Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#5510)
parent
3be4108d
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/theme-and-appearance.zsh
View file @
98cd3973
...
...
@@ -24,6 +24,9 @@ if [[ "$DISABLE_LS_COLORS" != "true" ]]; then
fi
ls
--color
-d
.
&>/dev/null
&&
alias ls
=
'ls --color=tty'
||
alias ls
=
'ls -G'
# Take advantage of $LS_COLORS for completion as well.
zstyle
':completion:*'
list-colors
"
${
(s.
:.
)LS_COLORS
}
"
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