From a490b0e2823607df299b65789d761152a3782f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 27 Oct 2024 18:40:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(starship):=20custom=20entri?= =?UTF-8?q?es=20and=20some=20substitions=20are=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 50 +++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index d55a0a7d..77fd2aa3 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -47,37 +47,37 @@ style = "bold blue" # Directory entry [directory] read_only = " 󰌾 " -home_symbol = " " +# home_symbol = " " truncation_length = 3 -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = " " -"Pictures" = " " -"Repos" = " " -"Videos" = " " -"obsidianVault" = "󰏪 󰠮 " -".config" = " " +# [directory.substitutions] +# "Documents" = "󰈙 " +# "Downloads" = " " +# "Music" = " " +# "Pictures" = " " +# "Repos" = " " +# "Videos" = " " +# "obsidianVault" = "󰏪 󰠮 " +# ".config" = " " # Custom entries -[custom.yazi] -description = "Shell launched inside Yazi" -symbol = " " -style = "blue bold" -when = """ test -n "$YAZI_LEVEL" """ +# [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"] -style = "green" -format = "[ $output ]($style)" -shell = ["bash"] +# [custom.neovim] +# command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command +# detect_folders = ["lua"] +# style = "green" +# format = "[ $output ]($style)" +# shell = ["bash"] -[custom.hypr] -style = "blue" -format = "[ ]($style)" -detect_files = ["hyprland.conf"] +# [custom.hypr] +# style = "blue" +# format = "[ ]($style)" +# detect_files = ["hyprland.conf"] # Nerd fonts preset [aws]