From e79cd687aaa77a4c22a5df18fae8ff8f900560e2 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 3 Feb 2020 16:39:45 -0500 Subject: zsh/path: fix luarocks --- dot_zsh/source/path.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zsh/source/path.zsh b/dot_zsh/source/path.zsh index cdc45a7..82f80a0 100644 --- a/dot_zsh/source/path.zsh +++ b/dot_zsh/source/path.zsh @@ -12,7 +12,7 @@ path+=( ) if (( $+commands[luarocks] )); then - path+=( $(luarocks path --lr-bin) ) + PATH="$PATH:$(luarocks path --lr-bin)" # luarocks puts :s in the output eval $(luarocks path --no-bin) fi if (( $+commands[opam] )); then -- cgit v1.2.3