#
# ROCK Linux: /etc/conf/profile
#

#
# This file is included from /etc/profile and should be used for additions
# to /etc/profile instead of editing it.
#

# some examples to change some shell basics
#

# May be usefull for shell-scripts environments ... ?
#

# BASH_ENV="file" # read if bash is started non-interactive
# ENV="file" # read if bash is started non-interactive as "sh" or with "--posix"

# set -o vi +o posix
# export EDITOR="nvi"
# export PAGER="less -F -M"

export LESSCHARSET="latin1"

# use headers files in /usr/local/include
export CFLAGS="-I/usr/local/include"

# an example how to set global gcc options
#
# export CFLAGS="-O3 -fomit-frame-pointer -mpentiumpro -march=pentiumpro -malign-functions=4 -funroll-loops -fexpensive-optimizations -malign-double -fschedule-insns2 -mwide-multiply -I/usr/local/include"

if [ "$PS1" ] ; then
	# alias xyz="abcde -y -x"
	#
	
	# case $TERM in
	# 	xterm*)
	# 	    PROMPT_COMMAND='echo -ne "\033]0;xterm: [$HOSTNAME] $PWD\007"' ;;
	# esac

   	alias beep='echo -en \\007'   # Just 4 fun :-)
fi
