feat: Added Shlell module to prompt

This commit is contained in:
Kitty Fangs 2024-05-10 16:42:58 +00:00
parent 53d928df4a
commit 7415eee565
1 changed files with 12 additions and 1 deletions

View File

@ -26,7 +26,8 @@ $docker_context\
$status\ $status\
$time\ $time\
[ ](fg:#47225e)\ [ ](fg:#47225e)\
\r\n[󰫍 ](fg:#00ffff)\ \r\n\
$shell
""" """
# Disable the blank line at the start of the prompt # 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)' format = '[ $symbol$common_meaning$signal_name$maybe_int ]($style)'
map_symbol = true map_symbol = true
disabled = false disabled = false
[shell]
fish_indicator = ' '
powershell_indicator = '󰨊 '
pwsh_indeicator = ' '
cmd_indicator = ' '
bash_indicator = '󱆃 '
unknown_indicator ' '
style = '(fg:#00ffff)'
disabled = false