From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Mon, 22 Oct 2018 00:02:58 +0200
Subject: Major refactoring for version 2.0

vim-plug has been removed and replaced with Vims internal bundle
mechanism. But I already noticed, that there is also GLVM now and
started trying that as well.
---
 bashrc | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 bashrc

(limited to 'bashrc')

diff --git a/bashrc b/bashrc
deleted file mode 100644
index 24c51a0..0000000
--- a/bashrc
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# gvim () { /bin/gvim $(if [[ "$#" > 0 && `/bin/gvim --serverlist | wc -l` ]]; then echo --remote; fi) $@;  }
-# vim ()  { /bin/vim  $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]];  then echo --remote; fi) $@;  }
-
-# man()
-# {
-#     /bin/gvim \
-#         $(if [[ `/bin/gvim --serverlist | wc -l` > 0 ]]; then echo --remote-send; fi) \
-#         ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg";
-# }
-
-# export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -'
-export MANPAGER="vim -M +MANPAGER -" 
-
-# man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; }
-# alias git='git -c color.ui=false'
-# export GIT_DIFF_OPTS="--no-color"
-
-
-
-git config --global --replace-all color.pager 0
-git config --global --replace-all core.pager 'vim -c":set noswapfile filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -'
-# export GIT_PAGER=''
-
-# alias git="TERM=dumb git"
-
-# export EDITOR="gvim()"
-# export PAGER="tee /tmp/output.txt /dev/stdout | /bin/vim -"
-
-# --remote-expr ":%!col -b" -c":set buftype=nowrite filetype=man readonly" -'A
-- 
cgit v1.2.3