fish/starship: Enable starship
This commit is contained in:
parent
75f5b0d63e
commit
93726f564c
2 changed files with 17 additions and 0 deletions
|
@ -307,3 +307,5 @@ function ffr --description "Git restore a file using fzf"
|
|||
end
|
||||
|
||||
fzf_key_bindings
|
||||
|
||||
starship init fish | source
|
||||
|
|
15
starship/.config/starship.toml
Normal file
15
starship/.config/starship.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
add_newline = false
|
||||
|
||||
[character]
|
||||
success_symbol = "[λ](bold cyan)"
|
||||
error_symbol = "✗"
|
||||
use_symbol_for_status = true
|
||||
|
||||
[battery]
|
||||
full_symbol = "🔋"
|
||||
charging_symbol = "⚡️"
|
||||
discharging_symbol = "💀"
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 12
|
||||
style = "bold red"
|
Loading…
Reference in a new issue