Adding path in csh January 8, 2022 How to add path in csh. Open or create .cshrc file. Add to an existing path. set path = ( /home/ubuntu $path ) Activate. source .cshrc