starship: change directory colors

This commit is contained in:
fanyx 2025-08-27 12:32:46 +02:00
parent 5f39ce82e9
commit a762da367b
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
add_newline = false
format = '''\[[$username $hostname](bold green)\] $directory
$character [\$](bold green) '''
format = '''[$username$hostname](bold green):$directory
$character\$ '''
right_format = """
$git_branch\
@ -27,7 +27,7 @@ $crystal"""
[username]
show_always = true
format = '[$user]($style) @'
format = '[$user]($style)@'
style_user = 'bold green'
[hostname]
@ -45,8 +45,9 @@ style = 'bold blue dimmed'
[directory]
truncation_symbol = '.../'
truncate_to_repo = false
before_repo_root_style = 'bold cyan'
repo_root_style = 'bold bright-cyan'
style = 'bold blue'
before_repo_root_style = 'bold blue'
repo_root_style = 'bold bright-blue'
repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($repo_root_style)[$read_only]($read_only_style) '
[fill]