mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
add stack.yaml to the list of folder markers
This commit is contained in:
parent
dc8070219f
commit
04d19d031a
4 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,7 @@
|
||||||
composer.json
|
composer.json
|
||||||
go.mod
|
go.mod
|
||||||
package.json
|
package.json
|
||||||
|
stack.yaml
|
||||||
)
|
)
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
||||||
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
||||||
|
|
|
@ -279,6 +279,7 @@
|
||||||
composer.json
|
composer.json
|
||||||
go.mod
|
go.mod
|
||||||
package.json
|
package.json
|
||||||
|
stack.yaml
|
||||||
)
|
)
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
||||||
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
||||||
|
|
|
@ -279,6 +279,7 @@
|
||||||
composer.json
|
composer.json
|
||||||
go.mod
|
go.mod
|
||||||
package.json
|
package.json
|
||||||
|
stack.yaml
|
||||||
)
|
)
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
||||||
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
||||||
|
|
|
@ -283,6 +283,7 @@
|
||||||
composer.json
|
composer.json
|
||||||
go.mod
|
go.mod
|
||||||
package.json
|
package.json
|
||||||
|
stack.yaml
|
||||||
)
|
)
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})"
|
||||||
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
# If set to true, remove everything before the last (deepest) subdirectory that contains files
|
||||||
|
|
Loading…
Reference in a new issue