From efd2ed87da6fbb719c4210656e7872c5fd4d18e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 3 Feb 2026 09:10:20 +0100 Subject: [PATCH] home/starship: remove trailing newline --- nix/homeModules/common/starship/starship.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nix/homeModules/common/starship/starship.toml b/nix/homeModules/common/starship/starship.toml index a1e10ee1..ff475093 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -4,13 +4,12 @@ format = """ $status$hostname$directory$username\ $nix_shell\ $golang$haskell$rust$typst$python -$character -""" +$character""" + right_format = """ $cmd_duration\ $time\ -$git_state$git_branch$git_commit$git_status -""" +$git_state$git_branch$git_commit$git_status""" #################### Theme ####################