From 0d7ded96d7b06fc3ba424cfb3ba90d200d210c03 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 6 Jan 2025 19:15:14 +0100 Subject: [PATCH] something fix --- 3progs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3progs.sh b/3progs.sh index 86e3be7..c644b92 100755 --- a/3progs.sh +++ b/3progs.sh @@ -160,7 +160,7 @@ if [[ $user_choice = *"Fastfetch - terminálos rendszerinfó megjelenítő"* ]]; echo Installing ${bold}${yellow}Fastfetch${normal} sudo pacman -S fastfetch --noconfirm - echo "fastfetch" >> .bashrc && source .bashrc + echo "fastfetch" >> /home/$USER/.bashrc echo ${bold}${yellow}Fastfetch ${normal}installed. echo ---------------------------------------------