From 867f8a4c5eefcce37933a20c06f5f82585561f43 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 13 Jun 2017 10:11:13 +0200 Subject: zsh: Load ghq's zsh integration via zplugin --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index edd2645..e1ff1dd 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -145,7 +145,7 @@ fi if [[ -n $commands[ghq] ]] then - fpath+=("${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/") + zplugin load "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/" fi autoload -Uz compinit -- cgit 1.4.1