summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-21 04:49:39 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commit61e487df8884b942c5d05160e813a2afbf226b31 (patch)
tree62dd269541d52c251552ff1bf370bca84c121374
parent921b90f861b834c8223fc674ac4d2f3de4bbbb3d (diff)
downloadconf-61e487df8884b942c5d05160e813a2afbf226b31.tar.gz
conf-61e487df8884b942c5d05160e813a2afbf226b31.zip
add k zsh plugin
-rw-r--r--.gitmodules3
m---------zsh/k0
-rw-r--r--zshrc4
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 91cff4c..b989915 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -100,3 +100,6 @@
[submodule "zsh/zsh-completions"]
path = zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions
+[submodule "zsh/k"]
+ path = zsh/k
+ url = https://github.com/supercrabtree/k
diff --git a/zsh/k b/zsh/k
new file mode 160000
+Subproject 1fa7c039d40684d39cb225599bda4a86a62e765
diff --git a/zshrc b/zshrc
index da5003c..ead866a 100644
--- a/zshrc
+++ b/zshrc
@@ -91,6 +91,10 @@ opp_operators+=("e" opp-vi-change)
bindkey -M vicmd "e" opp
{ bindkey -M afu-vicmd "e" opp } > /dev/null 2>&1
# }}}
+# k {{{
+source ~/.zsh/k/k.sh
+alias ll="k -h"
+# }}}
# }}}
# prompt {{{
function shell_prompt_precmd () {