Add lua info to starship prompt
This commit is contained in:
parent
0b6cfd0cdd
commit
ed6c93b597
1 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,7 @@ $golang\
|
|||
$nodejs\
|
||||
$php\
|
||||
$java\
|
||||
$lua\
|
||||
$kotlin\
|
||||
$haskell\
|
||||
$ruby\
|
||||
|
@ -112,6 +113,10 @@ style = "fg:white bg:purple"
|
|||
format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)"
|
||||
style = "fg:white bg:purple"
|
||||
|
||||
[lua]
|
||||
format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)"
|
||||
style = "fg:white bg:purple"
|
||||
|
||||
[kotlin]
|
||||
format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)"
|
||||
style = "fg:white bg:purple"
|
||||
|
@ -121,7 +126,7 @@ format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)"
|
|||
style = "fg:white bg:purple"
|
||||
|
||||
[ruby]
|
||||
format = '[](fg:prev_bg bg:purple)[ ${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
||||
format = '[](fg:prev_bg bg:purple)[ ${symbol} ${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
||||
style = "fg:white bg:purple"
|
||||
|
||||
[python]
|
||||
|
|
Loading…
Add table
Reference in a new issue