From 8fc802bb7843ce0e32661cfa23f8947dc3ddea68 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 12 Aug 2018 00:05:51 +0200 Subject: zsh: replace oh-my-zsh with vanilla zsh configs oh-my-zsh introduces *a lot* of bloat, but I've barely been using any of it these past years. Just picking the options I use makes zsh easier to work with and debug (and hopefully faster). --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index aa0021f..d7f8e68 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "oh-my-zsh"] - path = .oh-my-zsh - url = https://github.com/robbyrussell/oh-my-zsh.git [submodule "vim-pathogen"] path = .vim/bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git @@ -74,3 +71,6 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule ".zsh/zsh-completions"] + path = .zsh/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git -- cgit v1.2.3-70-g09d2