starship: change directory colors
This commit is contained in:
parent
5f39ce82e9
commit
a762da367b
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
format = '''\[[$username $hostname](bold green)\] $directory
|
format = '''[$username$hostname](bold green):$directory
|
||||||
$character [\$](bold green) '''
|
$character\$ '''
|
||||||
|
|
||||||
right_format = """
|
right_format = """
|
||||||
$git_branch\
|
$git_branch\
|
||||||
|
@ -27,7 +27,7 @@ $crystal"""
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
format = '[$user]($style) @'
|
format = '[$user]($style)@'
|
||||||
style_user = 'bold green'
|
style_user = 'bold green'
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
|
@ -45,8 +45,9 @@ style = 'bold blue dimmed'
|
||||||
[directory]
|
[directory]
|
||||||
truncation_symbol = '.../'
|
truncation_symbol = '.../'
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
before_repo_root_style = 'bold cyan'
|
style = 'bold blue'
|
||||||
repo_root_style = 'bold bright-cyan'
|
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) '
|
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]
|
[fill]
|
||||||
|
|
Loading…
Add table
Reference in a new issue