1 # hdw - linux /etc/conf/profile (copied from ROCK Linux)
4 # sourced from /etc/profile, add your stuff here!
8 # export PAGER="less -R -F -M"
11 case "$TERM" in *xterm*)
12 [ "$TERM" = "xterm" ] && TERM="nxterm"
13 set_xterm_title() { echo -ne "\033]0;$*\007" ; } ;;
16 # if bash is not in POSIX mode, set a more inteligent prompt
18 [ "$BASH_VERSION" -a -z "$POSIXLY_CORRECT" ] &&
19 PS1='\u@\h:$([ ${#PWD} -lt 30 ] && builtin echo "\w" || builtin echo "[\W]" ; echo )\$ '
21 alias beep='echo -en \\007'