From 001fdd06a6db6d6966714524bd65d876156a0a46 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Thu, 27 Jun 2024 22:04:11 +0200 Subject: [PATCH] refactor: Update starship.toml file path and add optional icon parameter in setup.sh --- terminal/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminal/starship.toml b/terminal/starship.toml index 67ec8d94..c5d6143c 100644 --- a/terminal/starship.toml +++ b/terminal/starship.toml @@ -48,6 +48,9 @@ style = "bg:color_purple fg:color_fg0" format = "[ $hostname ]($style)" ssh_only = false +[hostname.symbols] +dockers = "🐳" + [os] disabled = false style = "bg:color_orange fg:color_fg0"