diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-11 17:29:59 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-11 17:29:59 +0200 |
commit | 1dec590693a752590d216c90eafe312fe6a3bb09 (patch) | |
tree | 46739dd4b3e59daeb905b5f31f5db845d1684434 /install | |
parent | ed93ee4fd0ac8afd107fd4778ce4f7455be6f5a4 (diff) | |
download | vim-1dec590693a752590d216c90eafe312fe6a3bb09.zip vim-1dec590693a752590d216c90eafe312fe6a3bb09.tar.gz |
add vimrc-bepo
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ DIR=$(readlink -f $(dirname $0)) pushd $HOME >/dev/null ln -sf $DIR .vim ln -sf $DIR/vimrc .vimrc +ln -sf $DIR/vimrc-bepo .vimrc-bepo popd $HOME >/dev/null [ ! -d $DIR/autoload ] && mkdir $DIR/autoload |