initial commit

This commit is contained in:
2024-04-01 11:32:56 +02:00
commit 4be63cf686
17 changed files with 891 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
add_newline = false
format = "$username$hostname $directory$all"
[character]
error_symbol = "[>>](bold red)"
success_symbol = "[>>](bold light-green)"
[cmd_duration]
disabled = true
[directory]
style = "bold bright-blue"
[hostname]
format = "[@$hostname$ssh_symbol]($style)"
ssh_only = false
style = "bold bright-purple"
[line_break]
disabled = true
[username]
format = "[$user]($style)"
show_always = true
style_user = "bold bright-purple"