feat: Added Shlell module to prompt
This commit is contained in:
parent
53d928df4a
commit
7415eee565
|
@ -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
|
Loading…
Reference in New Issue