Last active
November 18, 2021 01:43
-
-
Save shurane/c3ec6b6ecdaff1aee609ca33311daa6a to your computer and use it in GitHub Desktop.
.zshrc
This file contains 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
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