summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 () {