diff options
author | Alan Pearce | 2016-09-24 17:27:46 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-24 17:27:46 +0200 |
commit | 3b3919fccdde36f7982fc1e3d09aef1704da1d2e (patch) | |
tree | 70fc3fb4c8b758b03ce0a9697788c86455ead5b9 /tag-zsh | |
parent | 7839dae2e82b6c87019171903656decc344ab28f (diff) | |
parent | 7a94af80a25376f7a0aafda9bdee2c6484fbcb6c (diff) | |
download | nixfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.tar.lz nixfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.tar.zst nixfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tag-zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 0e57228e..cf28f446 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -124,6 +124,14 @@ then autoload -U compinit && compinit fi +if [[ -n $commands[lunchy] ]] +then + LUNCHY_DIR=$(dirname $(gem which lunchy))/../extras + if [ -f $LUNCHY_DIR/lunchy-completion.zsh ]; then + . $LUNCHY_DIR/lunchy-completion.zsh + fi +fi + if [[ $TERM == "dumb" ]] then PROMPT="> " |