update plugins

This commit is contained in:
yage
2022-01-03 15:35:24 -07:00
parent 6934e5bb67
commit c127e73aec
7 changed files with 5 additions and 7 deletions

2
.gitmodules vendored
View File

@@ -1,5 +1,5 @@
[submodule "color-zsh"]
path = zsh/utils/color
path = zsh/plugins/color
url = https://wryn.cloud/gizmos/color-zsh
update = rebase
[submodule "z-navigator"]

View File

@@ -21,7 +21,5 @@
recurse = true
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[url "git@github.com:"]
insteadOf = https://github.com
[init]
defaultBranch = main

2
env/env.zsh vendored
View File

@@ -75,4 +75,4 @@ zstyle ':fzf-tab:*' accept-line enter
zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
zstyle ':fzf-tab:*' continuous-trigger '/'
export ZSH_COLOR_UTIL="$DOTWRYN/zsh/utils/color/color.module.zsh"
export ZSH_COLOR_UTIL="$DOTWRYN/zsh/plugins/color/color.module.zsh"