Skip to content

Instantly share code, notes, and snippets.

@william8th
Created February 4, 2020 21:16
Show Gist options
  • Save william8th/22fb13af299b5acffb6a8e3df8c766cf to your computer and use it in GitHub Desktop.
Save william8th/22fb13af299b5acffb6a8e3df8c766cf to your computer and use it in GitHub Desktop.
My custom zshrc
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