From 85c55fa0a9f6379a0ebe58d256878bbbc6e9c142 Mon Sep 17 00:00:00 2001 From: pagedMov Date: Fri, 1 Nov 2024 04:48:51 -0400 Subject: [PATCH] changed ssh in starship config to always show hostname --- modules/home/environment/starship.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/environment/starship.nix b/modules/home/environment/starship.nix index 6c51cd4..99a0873 100644 --- a/modules/home/environment/starship.nix +++ b/modules/home/environment/starship.nix @@ -48,6 +48,12 @@ style = "bold purple"; }; + hostname = { + ssh_symbol = "🌐"; + ssh_only = false; + format = "[$ssh_symbol](bold blue)[$hostname](bold red)"; + }; + custom.shellver = { command = "zsh --version"; when = ''test $SHELL = "/run/current-system/sw/bin/zsh"'';