From cafe17aa3db45cb1a08ecf87738755f0b46212bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 4 Oct 2023 20:42:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(starship):=20vim=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 743990c5..acf7318d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -13,6 +13,13 @@ modified = '[ $count](bold blue) ' behind = '[ ](bold purple) ' format = '([$all_status$ahead_behind]($style))' +[custom.neovim] +command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command +detect_folders = ["lua"] +style = "green" +format = "[ $output ]($style)" +shell = ["bash"] + [aws] symbol = " " @@ -71,6 +78,7 @@ symbol = " " symbol = " " [lua] +detect_folders = [] symbol = " " [memory_usage]