From 55e3253f459bf6f09703df87c3305b0621c94516 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 8 May 2024 23:24:41 -0500 Subject: [PATCH] refactor(starship): remove `$all` from prompt --- users/price/dots/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/price/dots/.config/starship.toml b/users/price/dots/.config/starship.toml index 81689d60..1a0ee0fc 100644 --- a/users/price/dots/.config/starship.toml +++ b/users/price/dots/.config/starship.toml @@ -25,7 +25,7 @@ $conda\ [](fg:springviolet1 bg:oniviolet2)\ $time\ [ ](fg:oniviolet2)\ -$all$line_break$character""" +$line_break$character""" palette = 'kanagawa'