# HG changeset patch # User zegervdv # Date 1414082379 -7200 # Node ID 318c21a3243c4e790eb95d936503fb46777c20b0 # Parent 49e483d88403c7ebd6d46865733c7f2a15d09a5c Add k plugin diff -r 49e483d88403 -r 318c21a3243c .hgsub --- a/.hgsub Thu Oct 23 08:45:15 2014 +0200 +++ b/.hgsub Thu Oct 23 18:39:39 2014 +0200 @@ -64,3 +64,4 @@ vim/bundle/unite-everything = [git]https://github.com/sgur/unite-everything.git tmux/plugins/tpm = [git]https://github.com/tmux-plugins/tpm zsh/plugins/zsh-autosuggestions = [git]https://github.com/tarruda/zsh-autosuggestions +zsh/plugins/k = [git]https://github.com/supercrabtree/k.git diff -r 49e483d88403 -r 318c21a3243c .hgsubstate --- a/.hgsubstate Thu Oct 23 08:45:15 2014 +0200 +++ b/.hgsubstate Thu Oct 23 18:39:39 2014 +0200 @@ -63,4 +63,5 @@ 2c03d82a0e4662adf1e347487d73a9bf4bf6fdac vim/bundle/vimwiki 22fa4e57fa3b0e4c9a83de51717b621fe9ca8cd7 vim/bundle/vis ca033af7273894da4c7e25f64e33e7fc141ef3b2 vimwiki +bf9a007d0a5615763f882015d15a8ef1c7f508f3 zsh/plugins/k cbb09638962aa2e0e655ab8428a5aead6e3cbda7 zsh/plugins/zsh-autosuggestions diff -r 49e483d88403 -r 318c21a3243c zshrc --- a/zshrc Thu Oct 23 08:45:15 2014 +0200 +++ b/zshrc Thu Oct 23 18:39:39 2014 +0200 @@ -13,6 +13,7 @@ source ~/.zsh/zsh-history-substring-search.zsh source ~/.zsh/z.sh source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh +source ~/.zsh/plugins/k/k.sh precmd() { if [[ -n "$TMUX" ]]; then