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..56fb7a6 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,9 @@ +[character] +symbol = "➜" + +[directory] +truncate_to_repo = false +truncation_length = 8 + +[rust] +symbol = "⚙️ " |
