We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: MacOS Big Sur Platform: iTerm2 (https://github.com/morhetz/gruvbox-contrib/tree/master/iterm2)
MacOS Big Sur
iTerm2
I have installed some linux tools on MacOS with the command brew install coreutils to show broken links with gls.
brew install coreutils
gls
I have the following setup in .zprofile (or .zshrc):
.zprofile
.zshrc
eval $(gdircolors) alias ls='gls --color=auto -p'
Thus, broken links will be colored properly when I use ls with the above setup.
ls
The broken links color work fine in other color schemes. But it can not be seen in both Gruvbox Dark theme and Gruvbox Light theme on iTerm2.
Thank you very much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS:
MacOS Big Sur
Platform:
iTerm2
(https://github.com/morhetz/gruvbox-contrib/tree/master/iterm2)I have installed some linux tools on MacOS with the command
brew install coreutils
to show broken links withgls
.I have the following setup in
.zprofile
(or.zshrc
):Thus, broken links will be colored properly when I use
ls
with the above setup.The broken links color work fine in other color schemes. But it can not be seen in both Gruvbox Dark theme and Gruvbox Light theme on iTerm2.
Thank you very much.
The text was updated successfully, but these errors were encountered: