Added class and os alternates

This commit is contained in:
h45h74x
2020-05-06 22:06:16 +02:00
parent 5a5286b38c
commit 80a58d4669
793 changed files with 63028 additions and 295 deletions
+7
View File
@@ -0,0 +1,7 @@
# Copied and modified from the oh-my-zsh theme from geoffgarside
# Red server name, green cwd, blue git status
PROMPT='%{$fg[red]%}%m%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"