Skip to content

Shell configuration

Bash config

The .bashrc file is only executed when opening interactive shells on the cluster, while the .bash_profile file is only executed when logging in. To make sure the .bashrc is run when logging in, modify your ~/.bash_profile so that it contains the following lines:

#
# Source ~/.bashrc from ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

Other shells (csh, zsh, tcsh, fish, etc)

Other shells different of Bourne Again Shell (bash) are not officially supported in Jean Zay. However, people discuss frequently how to short-cut this constraint.