Problem with profile

i have a bash_profile
in this profile there are my variable but when i do csh there aren't my variables .set
how can i do ?
regards
Franc

Well the answer is a bash profile is for bash, csh has its own profile just like KSH etc... So if you want your bash variabes to be initiated in csh you will have to put them in a .cshrc file, note the syntax is different...