aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-11-30 19:51:58 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-11-30 19:51:58 +0300
commit6a928c6500fa71ced22e8ca222925ce9db228ee7 (patch)
tree32f0a38f988b07dae4f340a8d61dc20c074433b6 /config/p10k-classic.zsh
parent37fa37c039aa07a07dc168404fcc0924a5e4c1f4 (diff)
comments
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 3d810a72..9aa112c3 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -261,6 +261,7 @@
# be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty,
# 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).
+ # If set to `0`, directory will always be shortened to its minimum length.
typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80
# When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this
# many columns for typing commands.