. /etc/profile.d/coreutils-dircolors.sh alias cls="clear;ls" set -o vi # Import the git completion stuff for bash . /usr/doc/git-*/contrib/completion/git-completion.bash if [ "$SHELL" = "/bin/bash" ]; then PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' else PS1="$(hostname) \\$ " fi # Set default editor EDITOR=/usr/bin/vi ; export EDITOR VISUAL=/usr/bin/vi ; export VISUAL # Set the ssh-askpass agent SSH_ASKPASS=/usr/libexec/x11-ssh-askpass