SuperDARN / rst

Radar Software Toolkit (RST)
https://superdarn.github.io/rst/
GNU General Public License v3.0
21 stars 16 forks source link

Cleaning up profile scripts #596

Open egthomas opened 9 months ago

egthomas commented 9 months ago

This pull request removes the .tcsh profile scripts since they have gone unchanged for years and are redundant given the equivalent set of .bash profile scripts; users can still refer to previous versions of the RST if they need them. This pull request also removes an unnecessary line in .profile.bash which modifies the user's PATH environment variable - the RST should still compile and work as usual after removing this line.