added starship.toml

This commit is contained in:
Colin Henry 2022-05-07 23:15:00 -07:00
parent 2acc9a99b9
commit d80c3e0a45
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,5 +7,6 @@
!scripts/*
!nano/*
!x11/**
!starship.toml
#directory catchall
!*/

15
starship.toml Normal file
View File

@ -0,0 +1,15 @@
add_newline = false
[username]
style_user="white bold"
format="$user($style)"
show_always=true
[hostname]
ssh_only=false
format="@$hostname:"
disabled=false
[character]
success_symbol = "[\\$](green)"
error_symbol = "[\\$](red)"