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}}