notes/config/zsh/bracket.zsh-theme

39 lines
1.9 KiB
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# A simple zsh theme.
# Tested on Linux and Windows WSL.
# Dark background is recommended.
# git info
ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[033]}" # $'\ue0a0'
ZSH_THEME_GIT_PROMPT_SUFFIX="${FG[033]}%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" ${FG[133]}"
ZSH_THEME_GIT_PROMPT_CLEAN=" ${FG[118]}"
ZSH_THEME_GIT_PROMPT_ADDED="${FG[082]}✚%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_MODIFIED="${FG[166]}✹%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DELETED="${FG[160]}✖%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_RENAMED="${FG[220]}»%{$reset_color%}" # ➜
ZSH_THEME_GIT_PROMPT_UNMERGED="${FG[082]}═%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_UNTRACKED="${FG[190]}✭%{$reset_color%}"
ZSH_THEME_VIRTUALENV_PREFIX="(py:"
ZSH_THEME_VIRTUALENV_SUFFIX=") "
local exit_code="%(?,, C:%{$FG[196]%}%?%{$reset_color%}) "
# Example:
# time /work/path  git_branch git_status python_venv $exit_code
# PROMPT="%{$FG[086]%}%* ${FG[117]}%~%{$reset_color%}\$(git_prompt_info)\$(virtualenv_prompt_info)${FG[133]}\$(git_prompt_status) $exit_code%{$reset_color%}${FG[077]}%{$reset_color%} "
# PROMPT="%{$FG[086]%}# [%D{%H:%M:%S} ${FG[163]}\$(virtualenv_prompt_info)%{$reset_color%}${FG[154]}%~%{$reset_color%}${FG[133]}\$(git_prompt_info)\$(git_prompt_status)%{$FG[086]%}]$exit_code%{$reset_color%}${FG[077]}➜%{$reset_color%} "
PROMPT="%{$FG[086]%}# [%D{%H:%M:%S} ${FG[163]}\$(virtualenv_prompt_info)%{$reset_color%}${FG[154]}%~%{$reset_color%}${FG[133]}\$(git_prompt_info)\$(git_prompt_status)%{$FG[086]%}]$exit_code%{$reset_color%}${FG[077]}$%{$reset_color%} "
# %n: Current username
# %m: Local hostname without full domain name
# %M: Full local hostname
# %#: For root displays '#', for normal users displays '%'
# %?: Return code of last cmd
# %d or %/: Display pwd
# %~: Current directory, and replace $HOME with ~
# %D: Date in format yy-mm-dd
# %T: Time in format HH:mm:ss
# %{...%}: ANSI sequeces