zsh: update p10k configuration 'black bubble'
This commit is contained in:
parent
9e4d6ea173
commit
3cf3f07432
1 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
# This configuration looks somewhat like this:
|
||||||
|
# 11:48 PM ~/git/dotfiles main ❯
|
||||||
|
#
|
||||||
|
# I have modified the way the time is displayed, the order of the prompt (pretty much disabling
|
||||||
|
# the right side), and changed the way the path to the CWD is displayed (to make it shorter)
|
||||||
|
#
|
||||||
|
# The right side is disabled in most cases because on the computer I use this the most on,
|
||||||
|
# I resize the window a lot, and having the right side disabled creates less clutter.
|
||||||
|
|
||||||
# Generated by Powerlevel10k configuration wizard on 2021-10-23 at 22:21 PDT.
|
# Generated by Powerlevel10k configuration wizard on 2021-10-23 at 22:21 PDT.
|
||||||
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 28342.
|
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 28342.
|
||||||
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest,
|
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest,
|
||||||
|
@ -257,7 +266,7 @@
|
||||||
# This moves the truncation point to the right (positive offset) or to the left (negative offset)
|
# This moves the truncation point to the right (positive offset) or to the left (negative offset)
|
||||||
# relative to the marker. Plain "first" and "last" are equivalent to "first:0" and "last:0"
|
# relative to the marker. Plain "first" and "last" are equivalent to "first:0" and "last:0"
|
||||||
# respectively.
|
# respectively.
|
||||||
typeset -g POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=false
|
typeset -g POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=true
|
||||||
# Don't shorten this many last directory segments. They are anchors.
|
# Don't shorten this many last directory segments. They are anchors.
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
||||||
# Shorten directory if it's longer than this even if there is space for it. The value can
|
# Shorten directory if it's longer than this even if there is space for it. The value can
|
||||||
|
@ -265,7 +274,7 @@
|
||||||
# directory will be shortened only when prompt doesn't fit or when other parameters demand it
|
# directory will be shortened only when prompt doesn't fit or when other parameters demand it
|
||||||
# (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below).
|
# (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below).
|
||||||
# If set to `0`, directory will always be shortened to its minimum length.
|
# If set to `0`, directory will always be shortened to its minimum length.
|
||||||
typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=0
|
typeset -g POWERLEVEL9K_DIR_MAX_LENGTH="23%"
|
||||||
# When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this
|
# When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this
|
||||||
# many columns for typing commands.
|
# many columns for typing commands.
|
||||||
typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40
|
typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40
|
||||||
|
|
Loading…
Add table
Reference in a new issue