✨ feat(starship): custom icon when creating a new shell session inside yazi
This commit is contained in:
parent
480e1f887e
commit
74f0d4f78d
1 changed files with 6 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue