diff --git a/.zshrc b/.zshrc index a735cb2..fa5c895 100644 --- a/.zshrc +++ b/.zshrc @@ -52,7 +52,9 @@ else VER=$(uname -r) fi -export OSNAME DISTRO DISTRO_TYPE VER +ARCH=$(uname -m) + +export OSNAME DISTRO DISTRO_TYPE VER ARCH ########## Zinit ##############################################################