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