~ nzeer /.bashrc
# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi export CSCOPE_EDITOR='vim' export SVN_EDITOR='vim' # User specific aliases and functions alias gum='yum list | grep -i' alias lw='ls -ahxp --color=auto' alias ll='ls -lashp --color=auto' alias grep='grep --color=auto -i' # Safties. Should keep these... alias xterm="xterm -bg black -fg green" alias rm="rm -iv" alias mv="mv -iv" alias cp="cp -iv" PS1='\[\033[01;32m\]\u\[\033[00m\]@\[\033[01;36m\]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '