From 00068f5e5d2335f05cbac0807636b364284998a1 Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Mon, 8 Jul 2024 13:31:51 -0400 Subject: [PATCH] added env-share to main justfile --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 27d9a9e..ea254d2 100644 --- a/justfile +++ b/justfile @@ -9,6 +9,7 @@ install TARGET='all' DIR="~/.bin/": #!/usr/bin/bash if [[ {{TARGET}} == 'all' ]]; then just install scripts {{DIR}} + just install env-share {{DIR}} just install mkwin {{DIR}} just install path-convert {{DIR}} just install qdls {{DIR}}