X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh_people%2Fbruno_bonfils%2Frc%2Fvariables.rc;fp=zsh_people%2Fbruno_bonfils%2Frc%2Fvariables.rc;h=0000000000000000000000000000000000000000;hb=5cb88f9fb34ecec3c6fdf321e4f5842da0102ef1;hp=9009558874a512525806de86677a48e1715b86a1;hpb=570683afd3efabdf224dbc2fcebf9467a3653638;p=zsh-lovers.git diff --git a/zsh_people/bruno_bonfils/rc/variables.rc b/zsh_people/bruno_bonfils/rc/variables.rc deleted file mode 100644 index 9009558..0000000 --- a/zsh_people/bruno_bonfils/rc/variables.rc +++ /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