From 897ac5ee7d3c98919a4172479cde274f8669ea52 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 5 May 2023 09:29:32 -0400 Subject: [PATCH] fix typo --- set-hypr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/set-hypr b/set-hypr index 80ae29c..9711f59 100755 --- a/set-hypr +++ b/set-hypr @@ -290,7 +290,7 @@ if [[ $STAR == "Y" || $STAR == "y" ]]; then echo -e "$CNT - Hansen Crusher, Engage!" echo -e "$CNT - Updating .bashrc..." echo -e '\neval "$(starship init bash)"' >> ~/.bashrc - echo -e "$CNT - copying starship config file to ~/.confg ..." + echo -e "$CNT - copying starship config file to ~/.config ..." cp Extras/starship.toml ~/.config/ fi @@ -337,4 +337,4 @@ if [[ $HYP == "Y" || $HYP == "y" ]]; then exec sudo systemctl start sddm &>> $INSTLOG else exit -fi \ No newline at end of file +fi