fish: Add arm64cc-env alias

This commit is contained in:
timoxa0 2024-11-18 20:22:39 +05:00
parent 6199fcd85e
commit 172618c6dc

View file

@ -21,6 +21,12 @@ function _fetch
end
end
function arm64cc-env
export ARCH=arm64
export hardeningDisable=all
export CROSS_COMPILE=aarch64-linux-gnu-
end
if which pyenv > /dev/null 2>&1
pyenv init - | source
end