From 7415eee565988c7b7142803e966998b48336a537 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 16:42:58 +0000 Subject: [PATCH] feat: Added Shlell module to prompt --- home/.config/starship.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index caba85e..3119f91 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -26,7 +26,8 @@ $docker_context\ $status\ $time\ [ ](fg:#47225e)\ -\r\n[󰫍 ](fg:#00ffff)\ +\r\n\ +$shell """ # Disable the blank line at the start of the prompt @@ -154,3 +155,13 @@ success_symbol = '🟢' format = '[ $symbol$common_meaning$signal_name$maybe_int ]($style)' map_symbol = true disabled = false + +[shell] +fish_indicator = ' ' +powershell_indicator = '󰨊 ' +pwsh_indeicator = ' ' +cmd_indicator = ' ' +bash_indicator = '󱆃 ' +unknown_indicator ' ' +style = '(fg:#00ffff)' +disabled = false \ No newline at end of file