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