From f3891f768edc65db0807de74be851cf515a29117 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 13 Nov 2022 03:21:08 +0100 Subject: [PATCH] submodule changes --- .gitmodules | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1b9cecef..126334f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule ".zsh/oh-my-zsh"] path = .zsh/oh-my-zsh - url = git@github.com:hanez/oh-my-zsh.git + url = git@git.unixpeople.org:hanez/oh-my-zsh.git [submodule ".config/awesome/vicious"] path = .config/awesome/vicious url = https://github.com/vicious-widgets/vicious diff --git a/.zshrc b/.zshrc index 033d121c..d1f30974 100644 --- a/.zshrc +++ b/.zshrc @@ -88,7 +88,7 @@ DISABLE_AUTO_UPDATE="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(colored-man) +plugins=(colored-man-pages) # History settings HISTSIZE=100000