feat(starship): custom icon when creating a new shell session inside yazi

This commit is contained in:
Sergio Laín 2024-07-29 00:50:48 +02:00
parent 480e1f887e
commit 74f0d4f78d
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -61,6 +61,12 @@ truncation_length = 3
".config" = " " ".config" = " "
# Custom entries # Custom entries
[custom.yazi]
description = "Shell launched inside Yazi"
symbol = " "
style = "blue bold"
when = """ test -n "$YAZI_LEVEL" """
[custom.neovim] [custom.neovim]
command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
detect_folders = ["lua"] detect_folders = ["lua"]