summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-09-24 17:27:46 +0200
committerAlan Pearce2016-09-24 17:27:46 +0200
commit3b3919fccdde36f7982fc1e3d09aef1704da1d2e (patch)
tree70fc3fb4c8b758b03ce0a9697788c86455ead5b9 /tag-zsh/config
parent7839dae2e82b6c87019171903656decc344ab28f (diff)
parent7a94af80a25376f7a0aafda9bdee2c6484fbcb6c (diff)
downloaddotfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.tar.lz
dotfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.tar.zst
dotfiles-3b3919fccdde36f7982fc1e3d09aef1704da1d2e.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 0e57228..cf28f44 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="> "