diff --git a/starship.toml b/starship.toml index fd87748..cb3d09b 100644 --- a/starship.toml +++ b/starship.toml @@ -2,8 +2,10 @@ format = """ [](color_user_bg)\ $os\ $username\ +$hostname\ [](fg:color_user_bg bg:color_directory_bg)\ $directory\ +$direnv\ [](fg:color_directory_bg bg:color_git_bg)\ $git_branch\ $git_status\ @@ -74,9 +76,14 @@ color_time_bg = '#340C46' show_always = true style_user = "fg:color_user_fg bg:color_user_bg" style_root = "fg:color_user_fg bg:color_user_bg" -format = '[ $user ]($style)' +format = '[ $user]($style)' disabled = false +[hostname] +ssh_only = false +style = 'fg:color_user_fg bg:color_user_bg' +format = '[@$hostname$ssh_symbol ]($style)' + # An alternative to the username module which displays a symbol that # represents the current operating system [os]