diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-05 21:20:36 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-05 21:20:36 +0200 |
commit | 4bacde703ea23ff9b7313b9dc6049c19ffce67f2 (patch) | |
tree | c3e7f9d247b7ff4ba3a07ef943959e942be81fe0 | |
parent | a21b94e6522e88a3652da637a5ee162bd6b5fd42 (diff) | |
download | infra-4bacde703ea23ff9b7313b9dc6049c19ffce67f2.tar.gz infra-4bacde703ea23ff9b7313b9dc6049c19ffce67f2.tar.bz2 infra-4bacde703ea23ff9b7313b9dc6049c19ffce67f2.tar.xz infra-4bacde703ea23ff9b7313b9dc6049c19ffce67f2.zip |
.settings: Adding ASDF
-rw-r--r-- | .settings.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.settings.sh b/.settings.sh index 65db934..a166ade 100644 --- a/.settings.sh +++ b/.settings.sh @@ -7,6 +7,7 @@ export ANSIBLE_CONFIG=$basedir/ansible/ansible.cfg PATH="$basedir/bin/env/bin:$PATH" PATH="$basedir/bin:$PATH" +PATH="$HOME/.asdf/shims:$PATH" #echo "Adding bin/.tmp/asdf-data/shims/ to path" #PATH="$basedir/bin/.tmp/asdf-data/shims:$PATH" |