Last active
April 10, 2024 19:45
-
-
Save InFog/e3125f1494c5cbae3e20a804642e3b79 to your computer and use it in GitHub Desktop.
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
PROMPT='%{$FG[255]%}%{$BG[068]%} %n@%m %{$reset_color%}%{$FG[255]%}%{$BG[025]%} %/ %{$reset_color%}$(git_prompt_info) | |
%(!.#.$) ' | |
RPROMPT='%{$FG[255]%}%{$BG[068]%} %D{%H:%M:%S} %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$FG[255]%}%{$BG[071]%} " | |
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment