Install the TLA+ toolchain as CLI tools
This commit is contained in:
parent
7b26ba00fb
commit
4f6aa86230
2 changed files with 17 additions and 0 deletions
4
.profile
4
.profile
|
|
@ -39,6 +39,10 @@ if [ -d "$(go env GOBIN)" ] ; then
|
|||
PATH="$(go env GOBIN):$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$(systemd-path user-shared)"/tla-bin/bin ] ; then
|
||||
PATH="$(systemd-path user-shared)/tla-bin/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Install the git-sync script
|
||||
if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then
|
||||
PATH="$(systemd-path user-state-private)/git-sync:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue