From cc64cac6f548824386adec1a98d21e3d77f0e407 Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Sat, 19 Jul 2025 22:39:43 +0530 Subject: [PATCH] Overwrite instead of Appending to .bash_profile --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 779e98f..df8e77f 100755 --- a/setup +++ b/setup @@ -141,7 +141,7 @@ sudo pacman -Syu --noconfirm hyprland polkit xdg-desktop-portal-hyprland xdg-des sudo systemctl enable bluetooth # Generating Dotfiles -sed -n '14,27p;28q' ~/arch_install3.sh | cut -c2- >> ~/.bash_profile +sed -n '14,27p;28q' ~/arch_install3.sh | cut -c2- > ~/.bash_profile #######################