# Searchable Keywords: bash environment default bash variables:(linux) Each login sources /etc/profile then the user ~/.profile for vars each login sources /etc/bashrc for global alias and functions then the users ~/.bashrc for alias You can set variable the same you can in a sh shell(see above) example: >$ DISPLAY=motarin:0;export $DISPLAY See also, Solarisnotes/envmtvars