# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/config/bin:/config/sbin:/usr/local/applications"
PS1='\u@\h:# '
LD_LIBRARY_PATH="/lib"
export PATH PS1 LD_LIBRARY_PATH

#Set TZ
TZ=CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
export TZ

