update submodule ohmyzsh

This commit is contained in:
vincent 2020-09-03 20:00:26 +02:00
parent 8498c54722
commit 35d37448bc
5 changed files with 17 additions and 1 deletions

3
.gitmodules vendored
View File

@ -19,3 +19,6 @@
[submodule "zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh
[submodule "zsh/.oh-my-zsh-custom/themes/powerlever10k"]
path = zsh/.oh-my-zsh-custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git

View File

@ -0,0 +1,10 @@
# You can put files here to add functionality separated per file, which
# will be ignored by git.
# Files on the custom/ directory will be automatically loaded by the init
# script, in alphabetical order.
# For example: add yourself some shortcuts to projects you often work on.
#
# brainstormr=~/Projects/development/planetargon/brainstormr
# cd $brainstormr
#

View File

@ -0,0 +1,2 @@
# Add your own custom plugins in the custom/plugins directory. Plugins placed
# here will override ones with the same name in the main plugins directory.

@ -0,0 +1 @@
Subproject commit 622130980c0785df8f76b53074c6743456eebe53

View File

@ -51,7 +51,7 @@ export ZSH=$HOME/.oh-my-zsh
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/