| 1 | format = """ |
| 2 | $username$hostname :: $directory$all\ |
| 3 | $line_break\ |
| 4 | $character""" |
| 5 | |
| 6 | [username] |
| 7 | show_always = true |
| 8 | format = "[$user](bold blue)" |
| 9 | |
| 10 | [hostname] |
| 11 | ssh_only = false |
| 12 | format = "[@$hostname](bold blue)" |
| 13 | |
| 14 | [directory] |
| 15 | format = "[$path](bold cyan)[$read_only](red) " |
| 16 | |
| 17 | [character] |
| 18 | success_symbol = "[❯](bold green)" |
| 19 | error_symbol = "[❯](bold red)" |