yazi starship config

This commit is contained in:
David Chen 2024-08-27 18:40:35 -05:00
parent 2ba4ba9161
commit 42a272037d
2 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,9 @@ require("yaziline"):setup {
filename_max_length = 24, -- trim when filename > 24
filename_trim_length = 6 -- trim 6 chars from both ends
}
require("starship"):setup {}
require("starship"):setup {
config_file = "starship.toml",
}
require("git"):setup {}
Status:children_add(function()

8
yazi/starship.toml Normal file
View file

@ -0,0 +1,8 @@
[aws]
disabled = true
[gcloud]
disabled = true
[lua]
disabled = true