mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
Remove lunchy completion setup, it's handled by zsh-completions
This commit is contained in:
13
zsh/ruby.zsh
13
zsh/ruby.zsh
@@ -82,19 +82,6 @@ if (( $+commands[rbenv] )); then
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# lazy-load lunchy auto-completation
|
|
||||||
_lunchy() {
|
|
||||||
unset -f _lunchy
|
|
||||||
local lunchy_dir
|
|
||||||
if which gem &> /dev/null && gem which lunchy &> /dev/null; then
|
|
||||||
lunchy_dir="$(dirname `gem which lunchy`)/../extras"
|
|
||||||
if [ -f "${lunchy_dir}/lunchy-completion.bash" ]; then
|
|
||||||
source "${lunchy_dir}/lunchy-completion.bash"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
_lunchy "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Solargraph related commands
|
# Solargraph related commands
|
||||||
|
|
||||||
solargraph-install () {
|
solargraph-install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user