Skip to content

Instantly share code, notes, and snippets.

@shurane
Last active November 18, 2021 01:43
Show Gist options
  • Save shurane/c3ec6b6ecdaff1aee609ca33311daa6a to your computer and use it in GitHub Desktop.
Save shurane/c3ec6b6ecdaff1aee609ca33311daa6a to your computer and use it in GitHub Desktop.
.zshrc
autoload -U colors && colors
# matches the style of bashrc with `username@host:dir$`
# see https://zsh-prompt-generator.site/ and https://stackoverflow.com/questions/689765/how-can-i-change-the-color-of-my-prompt-in-zsh-different-from-normal-text
PROMPT="%{$fg[green]%}%n@%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%}$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment