diff --git a/.config/starship.toml b/.config/starship.toml index b03630c..3d9d162 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -15,6 +15,18 @@ add_newline = false #$line_break\ #$character\ #""" +format = """ +$time\ +$username\ +$hostname\ +$directory\ +$git_branch\ +$git_status\ +$package\ +$cmd_time\ +$line_break\ +$character\ +""" [time] format = '[\[ $time \]]($style) '#🕙 @@ -28,7 +40,7 @@ disabled = false show_always = true [hostname] -ssh_only = false +ssh_only = true format = 'on [$hostname](bold yellow) ' trim_at = "." disabled = false