From 6cef680d42eff0b1c4ed67f734ff1b5bd170b74c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 28 Jul 2022 03:14:27 -0400 Subject: [PATCH] starship: Expand abbreviations This makes things slightly more formal. --- starship/.config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 2258642..8671814 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -109,13 +109,13 @@ symbol = "php " symbol = "purs " [python] -symbol = "py " +symbol = "python " [ruby] -symbol = "rb " +symbol = "ruby " [rust] -symbol = "rs " +symbol = "rust " [scala] symbol = "scala "