diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-01 21:24:18 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-01 21:24:18 +0300 |
commit | 9a54f84be1a563f4edc0c6cce8b364a66997a4a7 (patch) | |
tree | 3a4accbe103d5526fef65daeb413e3afbbdcff94 /internal/p10k.zsh | |
parent | e8ec504daceccbbd05011408ca2e252e86b62e26 (diff) |
typos in comments
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-x | internal/p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 87c8be65..4c5206fe 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -708,7 +708,7 @@ set_default -a POWERLEVEL9K_DIR_PACKAGE_FILES package.json composer.json # 2. Directory class for the purpose of styling. # 3. Icon. # -# Triplets are tried in order. The first triplet whose patterm matches $PWD wins. If there are no +# Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there are no # matches, there will be no icon and the styling is done according to POWERLEVEL9K_DIR_BACKGROUND, # POWERLEVEL9K_DIR_FOREGROUND, etc. # @@ -723,7 +723,7 @@ set_default -a POWERLEVEL9K_DIR_PACKAGE_FILES package.json composer.json # POWERLEVEL9K_DIR_HOME_BACKGROUND=blue # POWERLEVEL9K_DIR_DEFAULT_BACKGROUND=yellow # -# With the settins, the current directory in the prompt may look like this: +# With the settings, the current directory in the prompt may look like this: # # (╯°□°)╯︵ ┻━┻ ~/work/projects/important/urgent # |