refact : starship in own folder and better conf

This commit is contained in:
Florian Schmitt 2023-12-30 16:40:11 +03:00
parent eec36cad07
commit e5d611a4b8
2 changed files with 6 additions and 5 deletions

View file

@ -0,0 +1,15 @@
"$schema" = 'https://starship.rs/config-schema.json'
#format = '${custom.tztime}$all$directory$character'
format = '$directory$character'
right_format = '$all'
add_newline = true # Inserts a blank line between shell prompts
[character]
success_symbol = '[➜](bold green)'
error_symbol = "[➜](bold red)"
[custom.tztime]
command = 'date +"%a %d %b %H:%M%p"'
when = "true"
format = '\[$symbol($output)\] (purple)'