diff --git a/bin/pathis b/bin/pathis index 1adec30..9a36910 100755 --- a/bin/pathis +++ b/bin/pathis @@ -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!"