🚀 perf(starship): custom entries and some substitions are disabled
This commit is contained in:
parent
4a1255522c
commit
a490b0e282
1 changed files with 25 additions and 25 deletions
|
@ -47,37 +47,37 @@ style = "bold blue"
|
||||||
# Directory entry
|
# Directory entry
|
||||||
[directory]
|
[directory]
|
||||||
read_only = " "
|
read_only = " "
|
||||||
home_symbol = " "
|
# home_symbol = " "
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
|
|
||||||
[directory.substitutions]
|
# [directory.substitutions]
|
||||||
"Documents" = " "
|
# "Documents" = " "
|
||||||
"Downloads" = " "
|
# "Downloads" = " "
|
||||||
"Music" = " "
|
# "Music" = " "
|
||||||
"Pictures" = " "
|
# "Pictures" = " "
|
||||||
"Repos" = " "
|
# "Repos" = " "
|
||||||
"Videos" = " "
|
# "Videos" = " "
|
||||||
"obsidianVault" = " "
|
# "obsidianVault" = " "
|
||||||
".config" = " "
|
# ".config" = " "
|
||||||
|
|
||||||
# Custom entries
|
# Custom entries
|
||||||
[custom.yazi]
|
# [custom.yazi]
|
||||||
description = "Shell launched inside Yazi"
|
# description = "Shell launched inside Yazi"
|
||||||
symbol = " "
|
# symbol = " "
|
||||||
style = "blue bold"
|
# style = "blue bold"
|
||||||
when = """ test -n "$YAZI_LEVEL" """
|
# when = """ test -n "$YAZI_LEVEL" """
|
||||||
|
|
||||||
[custom.neovim]
|
# [custom.neovim]
|
||||||
command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
|
# command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
|
||||||
detect_folders = ["lua"]
|
# detect_folders = ["lua"]
|
||||||
style = "green"
|
# style = "green"
|
||||||
format = "[ $output ]($style)"
|
# format = "[ $output ]($style)"
|
||||||
shell = ["bash"]
|
# shell = ["bash"]
|
||||||
|
|
||||||
[custom.hypr]
|
# [custom.hypr]
|
||||||
style = "blue"
|
# style = "blue"
|
||||||
format = "[ ]($style)"
|
# format = "[ ]($style)"
|
||||||
detect_files = ["hyprland.conf"]
|
# detect_files = ["hyprland.conf"]
|
||||||
|
|
||||||
# Nerd fonts preset
|
# Nerd fonts preset
|
||||||
[aws]
|
[aws]
|
||||||
|
|
Loading…
Add table
Reference in a new issue