Get rid of files where we don't own the copyright or license is unclear
[zsh-lovers.git] / zsh_people / bruno_bonfils / rc / variables.rc
diff --git a/zsh_people/bruno_bonfils/rc/variables.rc b/zsh_people/bruno_bonfils/rc/variables.rc
deleted file mode 100644 (file)
index 9009558..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-PATH=$PATH:~/.zsh/bin:~/bin:/sbin:/usr/sbin:/usr/local/sbin
-export PATH 
-
-[ -d /usr/local/info ] && export INFO_PATH="$INFO_PATH;/usr/local/info"
-
-# vi/vim
-if [ -x `which vim` ]; then 
-       alias vi="vim"
-       export EDITOR=vim
-       export VISUAL=vim
-fi
-
-# less
-if [ -x `which less` ]; then
-       export PAGER=less
-       export LESS="-ir"
-fi
-
-export CVSROOT=:pserver:asyd@localhost:/home/cvs