fish/starship: Enable starship

This commit is contained in:
Sanchayan Maity 2021-02-04 14:31:00 +05:30
parent 75f5b0d63e
commit 93726f564c
2 changed files with 17 additions and 0 deletions

View File

@ -307,3 +307,5 @@ function ffr --description "Git restore a file using fzf"
end
fzf_key_bindings
starship init fish | source

View 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"