some changes
This commit is contained in:
parent
d956945c85
commit
cca2719e35
1 changed files with 29 additions and 0 deletions
29
dotfiles/.config/zsh/roundy-theme.zsh
Normal file
29
dotfiles/.config/zsh/roundy-theme.zsh
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Icon definition for Command's Exit Status
|
||||
# Note: If your custom symbol overlaps the background or didn't have enough width,
|
||||
# you can add space at the end of your defined symbol.
|
||||
ROUNDY_EXITSTATUS_OK="●"
|
||||
# You can also using hex code like this
|
||||
ROUNDY_EXITSTATUS_NO="✖"
|
||||
|
||||
# Icon definition for Time Execution
|
||||
ROUNDY_TEXC_ICON="▲"
|
||||
# ROUNDY_TEXC_ICON="ﮫ"
|
||||
|
||||
# Minimal time (in ms) for the Time Execution of Command is displayed in prompt
|
||||
# Set to 0 to disable it
|
||||
ROUNDY_TEXC_MIN_MS=5
|
||||
|
||||
# Overriding username info
|
||||
ROUNDY_USER_CONTENT_NORMAL=" %n "
|
||||
ROUNDY_USER_CONTENT_ROOT=" %n "
|
||||
|
||||
# Working Directory Info Mode
|
||||
# Valid choice are : "full", "short", or "dir-only"
|
||||
# Example Output
|
||||
# full : /etc/httpd/conf/extra
|
||||
# short : /e/h/c/extra
|
||||
# dir-only : extra
|
||||
ROUNDY_DIR_MODE="dir-only"
|
||||
|
||||
# Whether drawing a gap between a prompt
|
||||
ROUNDY_PROMPT_HAS_GAP=true
|
Loading…
Add table
Add a link
Reference in a new issue