refact : dotfiles folder
This commit is contained in:
parent
e5d611a4b8
commit
ed289c2858
63 changed files with 4 additions and 4 deletions
15
dotfiles/starship/starship.toml
Normal file
15
dotfiles/starship/starship.toml
Normal 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)'
|
Loading…
Add table
Add a link
Reference in a new issue