use yazi starship config

This commit is contained in:
David Chen 2024-08-27 18:43:10 -05:00
parent 42a272037d
commit ee4340cd06

View file

@ -6,7 +6,7 @@ require("yaziline"):setup {
filename_trim_length = 6 -- trim 6 chars from both ends
}
require("starship"):setup {
config_file = "starship.toml",
config_file = "~/.config/yazi/starship.toml",
}
require("git"):setup {}