diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-11-22 21:02:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 21:02:27 +0300 |
commit | 31ede3c1d348783239dbce37ae4123ae439d99a8 (patch) | |
tree | 0fdd9833700d8422a3477968d467936b3c1fd778 /config/p10k-classic.zsh | |
parent | 04f75a10a5037ad66f8a5dd0e8f404db4302a6e3 (diff) |
Correct some typos in zsh conf (#1119)
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index b7abae53..707a20c4 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -585,7 +585,7 @@ typeset -g POWERLEVEL9K_ASDF_SHOW_SYSTEM=true # If set to non-empty value, hide tools unless there is a file matching the specified file pattern - # in the current directory, or its parent diretory, or its grandparent directory, and so on. + # in the current directory, or its parent directory, or its grandparent directory, and so on. # # Note: If this parameter is set to empty value, it won't hide tools. # Note: SHOW_ON_UPGLOB isn't specific to asdf. It works with all prompt segments. |