adding path in csh Jan 9, 2022 • ulysses How to add path in csh. Open or create .cshrc file. Add to an existing path. set path = ( /home/ubuntu $path ) Activate. source .cshrc