diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-11 12:11:21 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-11 12:11:21 +0300 |
commit | 93d97b7eba9fb4e0866dd8e4e2eda9a89226bd84 (patch) | |
tree | e89c884585c79a867556ca4d6f10cee296da4979 /config | |
parent | 078497570f58aa9fc4fe3a7cfd5951a67d7c8f5d (diff) |
better comments
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 2 | ||||
-rw-r--r-- | config/p10k-lean-8colors.zsh | 2 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 2 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 1f262731..b61212ca 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1420,7 +1420,7 @@ # '*test*' TEST # '*' OTHER) # - # If your current azure account is "project_test", its class is TEST because "project_test" + # If your current azure account is "company_test", its class is TEST because "company_test" # doesn't match the pattern '*prod*' but does match '*test*'. # # You can define different colors, icons and content expansions for different classes: diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 4f22754f..10b63cc7 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1398,7 +1398,7 @@ # '*test*' TEST # '*' OTHER) # - # If your current azure account is "project_test", its class is TEST because "project_test" + # If your current azure account is "company_test", its class is TEST because "company_test" # doesn't match the pattern '*prod*' but does match '*test*'. # # You can define different colors, icons and content expansions for different classes: diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index b21400bf..936854d8 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1394,7 +1394,7 @@ # '*test*' TEST # '*' OTHER) # - # If your current azure account is "project_test", its class is TEST because "project_test" + # If your current azure account is "company_test", its class is TEST because "company_test" # doesn't match the pattern '*prod*' but does match '*test*'. # # You can define different colors, icons and content expansions for different classes: diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 8e8074f7..14dee5aa 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1498,7 +1498,7 @@ # '*test*' TEST # '*' OTHER) # - # If your current azure account is "project_test", its class is TEST because "project_test" + # If your current azure account is "company_test", its class is TEST because "company_test" # doesn't match the pattern '*prod*' but does match '*test*'. # # You can define different colors, icons and content expansions for different classes: |