Most retarded fucking change in the world for R27

This commit is contained in:
2024-12-11 21:13:49 +09:00
parent 5069ebe3b8
commit a9e5bb7d39
60 changed files with 25 additions and 24 deletions
+1
View File
@@ -44,6 +44,7 @@ for rc in "$HOME/.profile" "$HOME/.bashrc" "$HOME/.bash_profile"
echo "Path adjustment found in $rc."
else
echo "Path adjustment not found in $rc. Adding it."
echo "\n" >> "$rc"
echo "export PATH=\"\$HOME/bin:\$PATH\"" >> "$rc"
fi
else