#-*-mode:shell-script;-*- set -o vi EDITOR=vim SVN_EDITOR=$EDITOR #ignore duplicate history entries export HISTCONTROL=ignoreboth; # easy access to the various vc repositories if [ -h ~/repos ]; then REPOS="$HOME/repos" fi