Update starship config

This commit is contained in:
fanyx 2023-09-10 10:55:29 +02:00
parent 486cd4a291
commit 8f3ff99972
1 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
add_newline = false
format = '''\[[$username $hostname](bold green)\]$fill$time$fill$container$git_branch$git_commit$git_state$git_status
$directory$character'''
format = '''\[[$username $hostname](bold green)\] $directory$fill$time$fill$container$git_branch$git_commit$git_state$git_status
$character[\$](bold green) '''
right_format = '''$elixir$elm$cmd_duration'''
[username]
@ -17,10 +17,10 @@ format = '[$hostname]($style)'
style = 'bold green'
[character]
# success_symbol = '[✔](bold green)'
success_symbol = '[\$](bold green)'
# error_symbol = '[✗](bold red)'
error_symbol = '[\$](bold red)'
success_symbol = '[✔](bold green)'
# success_symbol = '[\$](bold green)'
error_symbol = '[✗](bold red)'
# error_symbol = '[\$](bold red)'
[container]
style = 'bold blue dimmed'