Last active
April 29, 2023 17:38
-
-
Save wrkhenddher/2dc604f7ca1cbb87cb10879ff6384e27 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:' | |
export LS_COLORS | |
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} | |
export CLICOLOR=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment