diff options
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..70c3cc8 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,9 @@ +[line_break] +disabled = true + +[character] +success_symbol = "[➜](bold green) " +error_symbol = "[✗](bold red) " + +[package] +disabled = true |