starship config
This commit is contained in:
parent
80f9f62740
commit
cfbcb0b3a8
2 changed files with 35 additions and 12 deletions
22
home-manager/starship.toml
Normal file
22
home-manager/starship.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
format = """
|
||||
$username@$hostname: $character"""
|
||||
right_format = """
|
||||
$directory\
|
||||
$git_status$git_branch
|
||||
"""
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
style = 'bold blue dimmed'
|
||||
format = '[$hostname]($style)'
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
format = '[$user]($style)'
|
||||
[directory]
|
||||
fish_style_pwd_dir_length = 1
|
||||
|
||||
[sudo]
|
||||
style = 'bold green'
|
||||
symbol = 'SUDO'
|
||||
disabled = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue