From 74f0d4f78d29cea1c8e0f7e11501fd34b02fea30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 29 Jul 2024 00:50:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(starship):=20custom=20icon=20w?= =?UTF-8?q?hen=20creating=20a=20new=20shell=20session=20inside=20yazi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"]