Merge branch 'master' of github.com-personal:y0rune/myhome

This commit is contained in:
2026-08-03 12:16:18 +02:00
+1 -1
View File
@@ -176,7 +176,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' |
sort | sort |
head -n1) head -n1)
export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv/*/versions | export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv |
grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' |
sort | sort |
head -n1) head -n1)