Added starship config
This commit is contained in:
parent
cf8b14857f
commit
f85894d474
1 changed files with 33 additions and 0 deletions
33
.config/starship.toml
Normal file
33
.config/starship.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
format = """
|
||||
$username\
|
||||
$hostname\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$time\
|
||||
$status\
|
||||
$shell\
|
||||
$character"""
|
||||
|
||||
add_newline = false
|
||||
|
||||
[directory.substitutions]
|
||||
'/home/luka/winhome' = ' ~'
|
||||
'~/winhome' = ' ~'
|
||||
|
||||
[character]
|
||||
success_symbol = "[→](green)"
|
||||
error_symbol = "[→](red)"
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
||||
|
||||
[swift]
|
||||
disabled = true
|
||||
|
||||
[git_status]
|
||||
disabled = true
|
||||
|
||||
[os]
|
||||
format = "[$name](blue)"
|
||||
disabled = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue