diff options
Diffstat (limited to 'starship/.config/starship.toml')
| -rw-r--r-- | starship/.config/starship.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..6293b5c --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,9 @@ +[battery] +full_symbol = "🔋" +charging_symbol = "🔌" +discharging_symbol = "⚡" + +[character] +success_symbol = "[](bold green)" +error_symbol = "[✖](bold red) " + |
