Improved init with promptChoice added zellij default mode
This commit is contained in:
parent
d417ba6014
commit
df8e3cce67
2 changed files with 14 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Customized, based on tokyo-night
|
||||
|
||||
palette = {{ get (get . "style" | default .) "prompt" | default "cool" | quote }}
|
||||
palette = {{ dig "style" "prompt" "cool" . | quote }}
|
||||
# global prompt configuration ( https://starship.rs/config/#prompt )
|
||||
format = """
|
||||
[░▒▓](fg:gradient_a)\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue