added env-share to main justfile
This commit is contained in:
parent
190f17f7e2
commit
00068f5e5d
1 changed files with 1 additions and 0 deletions
1
justfile
1
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}}
|
||||
|
|
Loading…
Reference in a new issue