Skip to content

Conversation

@Mr-Pi
Copy link

@Mr-Pi Mr-Pi commented Oct 21, 2019

No description provided.


# Set LS_COLORS.
if [ -x /usr/bin/dircolors ]; then
if builtin which dircolors &>/dev/null; then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about command?

Suggested change
if builtin which dircolors &>/dev/null; then
if command -v dircolors >/dev/null; then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants