mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
yazi starship config
This commit is contained in:
parent
2ba4ba9161
commit
42a272037d
2 changed files with 11 additions and 1 deletions
|
|
@ -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
8
yazi/starship.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[aws]
|
||||
disabled = true
|
||||
|
||||
[gcloud]
|
||||
disabled = true
|
||||
|
||||
[lua]
|
||||
disabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue