From fa99c79c800fc660a8adf51fbc8ee4dc34fce8bf Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Thu, 1 Aug 2024 14:07:45 -0400 Subject: [PATCH] Starship Refactor Refactored starship to work with the --dotfiles dirivitive as well. Also fixed an extra space on the command prompt. --- {.config => starship/dot-config}/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {.config => starship/dot-config}/starship.toml (99%) diff --git a/.config/starship.toml b/starship/dot-config/starship.toml similarity index 99% rename from .config/starship.toml rename to starship/dot-config/starship.toml index 4221142..98b8329 100644 --- a/.config/starship.toml +++ b/starship/dot-config/starship.toml @@ -16,7 +16,7 @@ $cmd_duration\ \n$character""" right_format = """ -$status \ +$status\ $sudo\ """ -- 2.49.1