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 | |
parent | ed93ee4fd0ac8afd107fd4778ce4f7455be6f5a4 (diff) | |
download | vim-1dec590693a752590d216c90eafe312fe6a3bb09.zip vim-1dec590693a752590d216c90eafe312fe6a3bb09.tar.gz |
add vimrc-bepo
-rwxr-xr-x | install | 1 | ||||
-rw-r--r-- | vimrc-bepo | 5 |
2 files changed, 6 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 diff --git a/vimrc-bepo b/vimrc-bepo new file mode 100644 index 0000000..addb7da --- /dev/null +++ b/vimrc-bepo @@ -0,0 +1,5 @@ +" vimrc + +source ~/.vimrc +source ~/.vim/scripts/bepo-layout.vim + |