bash_profile.in 306 Bytes
Newer Older
1 2 3 4 5 6 7
# Beware, this file is automatically processed by slapgrid
# Do not modify it, your changes will be lost
# If you want to load your custom bash configuration, please use a .bashrc file

cd {{ workdir }}
export PATH={{- path }}
export PS1="\w $ "
8 9
export LANG="en_GB.UTF-8" # XXX jerome - is it good idea ?