Last active
January 15, 2025 00:53
-
-
Save lixianyang/119358bde27afe33aa0a7fd136618371 to your computer and use it in GitHub Desktop.
simple mac zshrc config
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}√.%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