update plugins
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,5 +1,5 @@
|
|||||||
[submodule "color-zsh"]
|
[submodule "color-zsh"]
|
||||||
path = zsh/utils/color
|
path = zsh/plugins/color
|
||||||
url = https://wryn.cloud/gizmos/color-zsh
|
url = https://wryn.cloud/gizmos/color-zsh
|
||||||
update = rebase
|
update = rebase
|
||||||
[submodule "z-navigator"]
|
[submodule "z-navigator"]
|
||||||
|
@@ -21,7 +21,5 @@
|
|||||||
recurse = true
|
recurse = true
|
||||||
[alias]
|
[alias]
|
||||||
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
||||||
[url "git@github.com:"]
|
|
||||||
insteadOf = https://github.com
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
2
env/env.zsh
vendored
2
env/env.zsh
vendored
@@ -75,4 +75,4 @@ zstyle ':fzf-tab:*' accept-line enter
|
|||||||
zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
|
zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
|
||||||
zstyle ':fzf-tab:*' continuous-trigger '/'
|
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"
|
||||||
|
Submodule zsh/plugins/code-activator updated: 2bd10bf9fd...a9f2fe51ad
Submodule zsh/plugins/fzf-tab updated: e3fae7478f...e85f76a3af
Submodule zsh/plugins/ssh updated: 3ad9f0667f...734684e683
Reference in New Issue
Block a user