From cabc8c1fd1f68e9836a9052995b0cca93083ade0 Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 10 Jan 2025 02:11:56 +0100 Subject: [PATCH] feat(starship): cleaner prompt structure --- .config/starship.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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