Hello. I have built a lot of handy alias to shorten my unix commands under my own id in .cshrc. But when I substitue to a production id, I am frustrated by I can't use my alias. I don't want to change the production id .cshrc but I want to be able to execute the alias commands that are in my own .cshrc for the duration of my production id session.
The simple solution I thought of right now is to put all my alias in a script and give read and execute permission of this script to the production id and execute it everytime I want to use the same alias commands in the production id.
Any ideas or suggestions would be most welcome.
The simple solution I thought of right now is to put all my alias in a script and give read and execute permission of this script to the production id and execute it everytime I want to use the same alias commands in the production id.
Any ideas or suggestions would be most welcome.