diff options
Diffstat (limited to 'dot_zsh')
| -rw-r--r-- | dot_zsh/source/path.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
