diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index 0eb4005..6d4a78e 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -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