From 172618c6dc0c5b2277069f5328e9d23c1202a43b Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Mon, 18 Nov 2024 20:22:39 +0500 Subject: [PATCH] fish: Add arm64cc-env alias --- dot-config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) 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