diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-29 14:16:28 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-29 14:16:28 +0300 |
commit | 04d19d031a34d07986cd0385fc55504854113c0f (patch) | |
tree | 267294a352d109ee1fc7cebd745da2de3ce654cc /config | |
parent | dc8070219f386de56eca762ebb8d4cef01ed8c2c (diff) |
add stack.yaml to the list of folder markers
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean-8colors.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 1 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index c60f4862..ff42906c 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -283,6 +283,7 @@ composer.json go.mod package.json + stack.yaml ) typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" # If set to true, remove everything before the last (deepest) subdirectory that contains files diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index cbe59a21..258ae6a2 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -279,6 +279,7 @@ composer.json go.mod package.json + stack.yaml ) typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" # If set to true, remove everything before the last (deepest) subdirectory that contains files diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 53eda645..c4c00427 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -279,6 +279,7 @@ composer.json go.mod package.json + stack.yaml ) typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" # If set to true, remove everything before the last (deepest) subdirectory that contains files diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index e55faac8..622a5f22 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -283,6 +283,7 @@ composer.json go.mod package.json + stack.yaml ) typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" # If set to true, remove everything before the last (deepest) subdirectory that contains files |