eval `dircolors -b /etc/DIR_COLORS` alias d="ls --color" alias ls="ls -alF --color=auto" alias ll="ls --color -l" alias rm="rm -i" alias grep="grep --color=auto" alias pgrep="pgrep -l" alias path="echo $PATH" alias cp="cp -g" alias mv="mv -g" # Change the window title of X terminals case $TERM in xterm*|rxvt|Eterm|eterm) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' ;; screen) PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"' ;; esac ##uncomment the following to activate bash-completion: #[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion export BROWSER="firefox" #export PS1='\e[31m\u\e[0m@\h:\e[32m${PWD}\e[0m>' #export PS1='\e[31m\u\e[0m:\e[32m${PWD}\e[0m>' export PS1='\e[31m\u\e[0m:\e[32m\W\e[0m>' #export PATH=$PATH:/usr/libexec:/sbin export EDITOR=/usr/bin/nedit