summaryrefslogtreecommitdiffstats
path: root/zshrc
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 /zshrc
parent921b90f861b834c8223fc674ac4d2f3de4bbbb3d (diff)
downloadconf-61e487df8884b942c5d05160e813a2afbf226b31.tar.gz
conf-61e487df8884b942c5d05160e813a2afbf226b31.zip
add k zsh plugin
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
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 () {