submodule changes
This commit is contained in:
parent
6dedc0da9a
commit
52c8aa9faa
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -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
2
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue