Created
February 4, 2020 21:16
-
-
Save william8th/22fb13af299b5acffb6a8e3df8c766cf to your computer and use it in GitHub Desktop.
My custom zshrc
This file contains hidden or 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
export PROMPT="%F{green}%n%f@%m %F{magenta}%~%f$ " | |
export CLICOLOR=1 | |
export LS_COLORS="di=31;41:ln=31;41:so=31;41:pi=31;41:ex=31;41:bd=31;41:cd=31;41:su=31;41:sg=31;41:tw=31;41:ow=31;41:" | |
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} | |
setopt BEEP NO_AUTOLIST BASH_AUTOLIST NO_MENUCOMPLETE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment