feat(starship): new modules

This commit is contained in:
Sergio Laín 2025-06-09 01:03:00 +02:00
parent 0da4791437
commit 0395decfd8
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -61,23 +61,31 @@ truncation_length = 3
# ".config" = " " # ".config" = " "
# Custom entries # Custom entries
# [custom.yazi] [custom.neovim]
# description = "Shell launched inside Yazi" command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
# symbol = " " detect_folders = ["lua"]
# style = "blue bold" style = "green"
# when = """ test -n "$YAZI_LEVEL" """ format = "[ $output ]($style)"
shell = ["bash"]
# [custom.neovim] [custom.hypr]
# command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command style = "blue"
# detect_folders = ["lua"] format = "[ ]($style)"
# style = "green" detect_files = ["hyprland.conf"]
# format = "[ $output ]($style)"
# shell = ["bash"]
# [custom.hypr] [custom.docker]
# style = "blue" files = ["Dockerfile", "docker-compose.yml", "docker-compose.yaml"]
# format = "[ ]($style)" style = "bold blue"
# detect_files = ["hyprland.conf"] format = "[ ]($style)"
[custom.giturl]
# disabled = true
description = "Display symbol for remote Git server"
command = "check-git-remote"
when = 'git rev-parse --is-inside-work-tree 2> /dev/null'
shell = ["bash", "--noprofile", "--norc"]
format = "at $output "
# Nerd fonts preset # Nerd fonts preset
[aws] [aws]