fix omz being in wrong directory

This commit is contained in:
Philipp 2024-07-24 23:47:14 +02:00
parent 36265bd61c
commit 87dad1b7e9
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
1034 changed files with 0 additions and 1232 deletions

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%}"