nushell and prompt play
This commit is contained in:
parent
8f62ae3202
commit
4f7d109a37
5 changed files with 82 additions and 27 deletions
|
@ -1,14 +1,21 @@
|
|||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = "$env_var$all$line_break$character"
|
||||
format = "$env_var$shell$all$line_break$character"
|
||||
right_format = ""
|
||||
|
||||
[shell]
|
||||
fish_indicator = ' '
|
||||
nu_indicator = 'nu'
|
||||
style = "#aaaaaa"
|
||||
format = '[$indicator ]($style) '
|
||||
disabled = false
|
||||
|
||||
[env_var.yazi_level]
|
||||
description = "Indicate the shell was launched by `yazi`"
|
||||
variable = "YAZI_LEVEL"
|
||||
# 🦆: U+1f986 Duck
|
||||
# Alternatively: " ": U+E795 <Private Use>
|
||||
symbol = "🦆"
|
||||
format = '[ $symbol ]($style)'
|
||||
symbol = ""
|
||||
style = "yellow"
|
||||
format = '[$symbol ]($style)'
|
||||
|
||||
[directory]
|
||||
truncation_length = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue