diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/starship.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..94fd0b6 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,13 @@ +[line_break] +disabled = true + +[character] +success_symbol = "[➜](bold green) " +error_symbol = "[✗](bold red) " + +[cmd_duration] +disabled = true + +[hostname] +ssh_only = true +format = "@[$hostname](bold red) " |