Эх сурвалжийг харах

Switch zsh plugin manager to zcomet to improve performances (add missing files and remove useless submodule)

Emmanuel Bouthenot 4 жил өмнө
parent
commit
6bea9947d5
2 өөрчлөгдсөн 7 нэмэгдсэн , 3 устгасан
  1. 0 3
      .gitmodules
  2. 7 0
      .zsh/init.zsh

+ 0 - 3
.gitmodules

@@ -1,6 +1,3 @@
-[submodule ".zplug"]
-	path = .zplug
-	url = https://github.com/zplug/zplug.git
 [submodule "/home/manu/.tmux/plugins/tpm"]
 	path = .tmux/plugins/tpm
 	url = https://github.com/tmux-plugins/tpm

+ 7 - 0
.zsh/init.zsh

@@ -0,0 +1,7 @@
+#
+# sourcing *.zsh files from config/ directory
+#
+
+for i in ${0:a:h}/config/*.zsh ; do
+    source "${i}"
+done