submodule changes
This commit is contained in:
parent
62459a8138
commit
f3891f768e
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
[submodule ".zsh/oh-my-zsh"]
|
[submodule ".zsh/oh-my-zsh"]
|
||||||
path = .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"]
|
[submodule ".config/awesome/vicious"]
|
||||||
path = .config/awesome/vicious
|
path = .config/awesome/vicious
|
||||||
url = https://github.com/vicious-widgets/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/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(colored-man)
|
plugins=(colored-man-pages)
|
||||||
|
|
||||||
# History settings
|
# History settings
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue