Overwrite instead of Appending to .bash_profile

This commit is contained in:
2025-07-19 22:39:43 +05:30
parent ef5614550f
commit cc64cac6f5

2
setup
View File

@@ -141,7 +141,7 @@ sudo pacman -Syu --noconfirm hyprland polkit xdg-desktop-portal-hyprland xdg-des
sudo systemctl enable bluetooth sudo systemctl enable bluetooth
# Generating Dotfiles # 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
####################### #######################