Created
January 25, 2023 10:44
-
-
Save Deliaz/2d40e9ed666057d7aa913825b315d1fb to your computer and use it in GitHub Desktop.
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
#CUSTOM | |
# Load version control information | |
autoload -Uz vcs_info | |
precmd() { vcs_info } | |
# Format the vcs_info_msg_0_ variable | |
zstyle ':vcs_info:git:*' formats ' (%b)' | |
setopt PROMPT_SUBST | |
PROMPT=$'%B%(?.%F{green}✔.%F{red}✘) %F{cyan}%* %F{green}[%(!.%F{red}.%F{yellow})%n%F{red}@%F{red}%m%F{red} %F{cyan}%~%F{green}${vcs_info_msg_0_}] \n%F{blue}%(!.#.$) %f%b' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Outputs:
✔ 10:44:20 [user@machine ~/code (main)]