aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-24 23:23:54 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-24 23:23:54 +0300
commit80fc1fd56a0d16347f3b0207f27e66f8fe00e970 (patch)
tree0b2e771b4c982f61f30aeafedd9a008773bbab24
parent694084dd6abcd8aff72ae82f71ada9dce712a74c (diff)
comments
-rwxr-xr-xinternal/p10k.zsh13
1 files changed, 7 insertions, 6 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 496a997b..0d22fe91 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -849,20 +849,21 @@ Options:
-i icon segment's icon
-r icon is a symbolic reference that needs to be resolved; for example, 'LOCK_ICON'
+r icon is already resolved and should be printed literally; for example, '⭐';
- this is the default
+ this is the default; you can also use $'\u2B50' if you don't want to have
+ non-ascii characters in source code
-b bg background color; for example, 'blue', '4', or '#0000ff'; empty value means
- transparent background
+ transparent background, as in '%k'
-f fg foreground color; for example, 'blue', '4', or '#0000ff'; empty value means
- default foreground color ('%f')
+ default foreground color, as in '%f'
-s state segment's state for the purpose of applying styling options; if you want to
to be able to use POWERLEVEL9K parameters to specify different colors or icons
depending on some property, use different states for different values of that
property
-c condition; if empty after parameter expansion and process substitution, the
- segment is hidden; this is an advance feature, use with caution
+ segment is hidden; this is an advanced feature, use with caution
-e segment's main content will undergo parameter expansion and process
substitution; the content will be surrounded with double quotes and thus
- should quote its own double quotes; this is an advance feature, use with
+ should quote its own double quotes; this is an advanced feature, use with
caution
+e segment's main content should not undergo parameter expansion and process
substitution; this is the default
@@ -870,9 +871,9 @@ Options:
Example: 'core' segment tells you if there is a file name 'core' in the current directory.
-- If you have permissions to delete the file, state is DELETABLE. If not, it's PROTECTED.
- Segment's icon is '⭐'.
- Segment's text is the file's size in bytes.
+- If you have permissions to delete the file, state is DELETABLE. If not, it's PROTECTED.
zmodload -F zsh/stat b:zstat