changed ssh in starship config to always show hostname
This commit is contained in:
@@ -48,6 +48,12 @@
|
|||||||
style = "bold purple";
|
style = "bold purple";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hostname = {
|
||||||
|
ssh_symbol = "🌐";
|
||||||
|
ssh_only = false;
|
||||||
|
format = "[$ssh_symbol](bold blue)[$hostname](bold red)";
|
||||||
|
};
|
||||||
|
|
||||||
custom.shellver = {
|
custom.shellver = {
|
||||||
command = "zsh --version";
|
command = "zsh --version";
|
||||||
when = ''test $SHELL = "/run/current-system/sw/bin/zsh"'';
|
when = ''test $SHELL = "/run/current-system/sw/bin/zsh"'';
|
||||||
|
|||||||
Reference in New Issue
Block a user