Skip to content

Instantly share code, notes, and snippets.

@lixianyang
Last active January 15, 2025 00:53
Show Gist options
  • Save lixianyang/119358bde27afe33aa0a7fd136618371 to your computer and use it in GitHub Desktop.
Save lixianyang/119358bde27afe33aa0a7fd136618371 to your computer and use it in GitHub Desktop.
simple mac zshrc config
export PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# '
export GOBIN=/usr/local/go/bin
export PATH=$PATH:$GOBIN
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
autoload -Uz compinit && compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment