Latest update and add k pluggin

This commit is contained in:
pSox 2018-08-05 23:13:11 +01:00
parent 6a4c800f7c
commit 2257a37710
7 changed files with 9 additions and 4 deletions

3
.gitmodules vendored
View File

@ -16,3 +16,6 @@
[submodule "zsh-custom/lxd-completion-zsh"]
path = zsh-custom/lxd-completion-zsh
url = https://github.com/endaaman/lxd-completion-zsh.git
[submodule "zsh-custom/plugins/k"]
path = zsh-custom/plugins/k
url = https://github.com/supercrabtree/k

@ -1 +1 @@
Subproject commit fec0089cddf4eb6677d90561079f7a6cb0971197
Subproject commit 54055c4530112439a04bf039d09c30c4b7330c84

@ -1 +1 @@
Subproject commit 6d9b64cb07b38900aee6315fc97db01504291cbe
Subproject commit dd7cac48024f460bbd8a15d5ce6d3073d7266dde

1
zsh-custom/plugins/k Submodule

@ -0,0 +1 @@
Subproject commit cf6a5552faeb4e11bd8c70cbc267728085d110fb

@ -1 +1 @@
Subproject commit d7c796719e6352666f7a9c94da9ddaed10f3217d
Subproject commit ebaf409002be498a681267a75f5efcaf45cd0ccc

@ -1 +1 @@
Subproject commit 18b82d97bb7786a9db2f153e88351462db49e47a
Subproject commit 0aa0a2d22277f89b069f4701e49860d425be8500

1
zshrc
View File

@ -133,6 +133,7 @@ plugins+=(
zsh-autosuggestions
zsh-navigation-tools
zsh-syntax-highlighting
k
$post_plugins
)