# Begin /etc/.bash_profile
echo " [ sourcing /etc/.bash_profile ]"
export PS1='\u:\w\$ '
export PATH=/bin:/usr/bin
export LS_OPTIONS='-a -N --color=tty -T 0'
export TZ='Europe/Paris'
export INPUTRC=/etc/inputrc
export DEBUG_YGLFS=on
alias l='ls -al'
alias q='exit'
alias ls='ls $LS_OPTIONS'

# End /etc/.bash_profile
