From 9423adf3776f0c21d6ceb16a999db5eabb1a0430 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 26 Jun 2022 09:37:34 -0500 Subject: [PATCH] Update Starship Config Paste --- ubuntu/starship | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ubuntu/starship b/ubuntu/starship index 2d5773e..2aeebee 100644 --- a/ubuntu/starship +++ b/ubuntu/starship @@ -23,8 +23,7 @@ fc-cache -fv echo "downloading preconfigured style" mkdir -vp ~/.config -wget -q -O ~/.config/starship.toml https://paste.discord-linux.com/87202532789681 - +wget -q -O ~/.config/starship.toml https://paste.discord-linux.com/65260252683046 echo "done!" echo 'eval "$(starship init bash)"' >> ~/.bashrc