In OSX with oh-my-zsh installed, how to highlight the output of `ls` in oh-my-zsh with Solarized theme installed -


i configured terminal according this blog. after followed step step, ok colour of ls's outputs grey.

i googled problem , found this. says adding export lscolors=gxfxbeaebxxehehbadacad .bash_profile resolve problem.

but, use zsh oh-my-zsh instead of bash. there no bash_profile @ ~. tried add environments variable .zshrc, didn't work unfortunately.

another way resolve problem install coreutils packets , use gnu ls instead. however, reluctantly install big packets ls command.

how can fix problem.....

i surrendered install gnu-ls instead...


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -