now is safer and system wide

This commit is contained in:
tcsenpai 2024-03-20 13:10:44 +01:00
parent eb24c3c0ef
commit e8fdd65d66

View File

@ -1,7 +1,7 @@
#!/bin/bash
THIS=$(pwd)
echo "export PATH=\$PATH:$THIS" >> "$HOME/.profile"
echo "PATH=\$PATH:$THIS" >> /etc/profile.d/pathis.sh"
echo $PATH
echo "Done!"