dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3b0af1b48b91d550cde76fe758719fedd3095d75
parent 516e77e9f6424adff804f57b434c4cc15d8b6f02
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 15 Jun 2019 13:50:14 +0200

conf: add vimruntime dirs

Former-commit-id: c5e0b027e0e63fcc8bdfe6ea5ee94a36bede3e37
Diffstat:
Mscripts/conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/conf b/scripts/conf @@ -93,6 +93,7 @@ use_files() { "vim") lncommand "$DOTFILES/vim/init.vimrc" "$HOME/.vimrc" # vimrc points directly to other vim configs lncommand "$DOTFILES/vim/idea.vimrc" "$HOME/.ideavimrc" # ideavimrc has to be separate + find "$DOTFILES/vim/" -mindepth 1 -maxdepth 1 -type d -exec ln -sv {} "$HOME"/.vim/ \; ;; esac