From 04d19d031a34d07986cd0385fc55504854113c0f Mon Sep 17 00:00:00 2001 From: romkatv Date: Sat, 29 Feb 2020 12:16:28 +0100 Subject: [PATCH] add stack.yaml to the list of folder markers --- config/p10k-classic.zsh | 1 + config/p10k-lean-8colors.zsh | 1 + config/p10k-lean.zsh | 1 + config/p10k-rainbow.zsh | 1 + 4 files changed, 4 insertions(+) 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