Customising your environment¶
Customise your environment using your .bashrc
and .bash_aliases
files. I also get most users to source /home/shared/.bashrc
and /home/shared/.bash_aliases
for helpful scripts. These necessitate the use of some other helpful files.
User profile¶
First off is the .usr_profile
file. I use the information in this to set up useful shortcuts for the shared drive, supercomputer, etc.
# export SH_DRIVE_FOLDER= # your folder on the shared drive, e.g. LILY
# export RJ_PROJECT= # project folder on Raijin
# export RJ_USER= # username on Raijin
# export RJ_HOME_DIR= # home directory on Raijin
Uncomment lines as they apply.