Apply changes without logout

This commit is contained in:
borekon 2024-07-24 13:07:02 +02:00
parent 1861df5d0a
commit f7d7a0a4d1

1
new.sh
View File

@ -10,4 +10,5 @@ sed -i '/ll=/s/^#//' .bashrc
sed -i '/la=/s/^#//' .bashrc sed -i '/la=/s/^#//' .bashrc
sed -i '/GCC_/s/^#//' .bashrc sed -i '/GCC_/s/^#//' .bashrc
echo "alias ns='nslookup'" >> .bashrc echo "alias ns='nslookup'" >> .bashrc
source .bashrc
echo -e ${GREEN}Done${NC} echo -e ${GREEN}Done${NC}