submodule changes

This commit is contained in:
Johannes Findeisen 2022-11-13 03:21:08 +01:00
commit f3891f768e
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View file

@ -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

2
.zshrc
View file

@ -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