From 61e487df8884b942c5d05160e813a2afbf226b31 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 21 Jan 2017 04:49:39 -0500 Subject: add k zsh plugin --- .gitmodules | 3 +++ zsh/k | 1 + zshrc | 4 ++++ 3 files changed, 8 insertions(+) create mode 160000 zsh/k 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 index 0000000..1fa7c03 --- /dev/null +++ b/zsh/k @@ -0,0 +1 @@ +Subproject commit 1fa7c039d40684d39cb225599bda4a86a62e765d 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 () { -- cgit v1.2.3-54-g00ecf