zsh theme

This commit is contained in:
briannafoxwell 2022-01-27 16:42:42 +00:00
parent 0dec4d0706
commit e4b8f829e9
Signed by: utsuho
GPG Key ID: 8162F60A581FE151
1 changed files with 14 additions and 0 deletions

14
kitty.zsh-theme Normal file
View File

@ -0,0 +1,14 @@
if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
PROMPT='['$user$host']%(!.#.$) '
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}(%{$fg_no_bold[yellow]%}%B"
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[gray]%})%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
export LSCOLORS="Gxfxcxdxbxegedabagacad"
export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=31;40"