From 82f467c81af210c11426378f76cd4a59b64a049d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 28 Oct 2021 19:54:47 +0200 Subject: Starship ssh prompt --- .config/starship.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/starship.toml (limited to '.config') 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) " -- cgit v1.2.3-70-g09d2