summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-08-12 00:05:51 +0200
committerTharre <tharre3@gmail.com>2018-08-12 01:17:13 +0200
commit8fc802bb7843ce0e32661cfa23f8947dc3ddea68 (patch)
tree10ef02a948bb83b4ddc6e497fc7bd38d92c1314e /.gitmodules
parentbe230463de9cbb87115589192a3da3223f172a20 (diff)
downloaddotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.tar.gz
dotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.tar.xz
dotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.zip
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).
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
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