From 4e2b5a695cefeea45eb41c4ed73ea5c05323eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Reegn?= Date: Thu, 30 Jan 2020 16:38:28 +0100 Subject: [PATCH] Make PATH export explicit --- jq-repl => bin/jq-repl | 0 jq.plugin.zsh | 2 ++ 2 files changed, 2 insertions(+) rename jq-repl => bin/jq-repl (100%) diff --git a/jq-repl b/bin/jq-repl similarity index 100% rename from jq-repl rename to bin/jq-repl diff --git a/jq.plugin.zsh b/jq.plugin.zsh index 6dd55ca..12dbec9 100755 --- a/jq.plugin.zsh +++ b/jq.plugin.zsh @@ -19,3 +19,5 @@ zle -N jq-complete # bind `alt + j` to jq-complete bindkey '\ej' jq-complete fi + +export PATH=$PATH:${0:A:h}/bin