summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-28 19:54:47 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-28 20:05:37 +0200
commit82f467c81af210c11426378f76cd4a59b64a049d (patch)
tree8fee49572fc1791068007509aa563db72b4e3ca0
parentd656b5f8d409b6560d6251c84aef22c38b5b5b9b (diff)
Starship ssh prompt
-rw-r--r--.config/starship.toml13
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) "