Hello. I have some custom variables that are just shortcuts to specific folder locations.
If I placed this command inside /root/.cshrc, it works ok. but if I placed it inside /etc/csh.cshrc, it doesn't work.
I also tried changing the prompt by editing /etc/csh.cshrc and it also doesn't work.
According to this handbook entry, it should work fine.
Any ideas what I could be doing wrong? Thanks!
set mystuff=/home/userhere/myveryveryveryverylongfoldername
If I placed this command inside /root/.cshrc, it works ok. but if I placed it inside /etc/csh.cshrc, it doesn't work.
I also tried changing the prompt by editing /etc/csh.cshrc and it also doesn't work.
According to this handbook entry, it should work fine.
Any ideas what I could be doing wrong? Thanks!