export EDITOR=${EDITOR:-/bin/nano} export PAGER=${PAGER:-/usr/bin/less} umask 022 export PATH="/home/${USER}/Apps/bin:/usr/local/bin:/usr/bin:/bin:${PATH}" # these do more harm than good unset TERMCAP unset MANPATH # Load profiles from /etc/profile.d if test -d /etc/profile.d/; then for profile in /etc/profile.d/*.sh; do test -r "$profile" && . "$profile" done unset profile fi # Load ls_colors eval "$(dircolors -b)"