feat(starship): new modules
This commit is contained in:
parent
0da4791437
commit
0395decfd8
1 changed files with 23 additions and 15 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue