changed ssh in starship config to always show hostname

This commit is contained in:
pagedMov
2024-11-01 04:48:51 -04:00
parent 5ae66e1089
commit 85c55fa0a9

View File

@@ -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"'';