summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-04 22:13:12 -0500
committerzachir <zachir@librem.one>2024-06-04 22:13:12 -0500
commit270923bce074e9d6753eb26ade106c7fcb2e82ca (patch)
tree6d9b803f629075ea8d2b27ea646210df4ebf1eb8
parentc7f3cf1a48dd60c8bfeb9b5cb64c1325c1404c43 (diff)
Remove nix from profile; add zvm
Removing nix, as using the package manager was an experiment I didn't super get along with. Adding in the Zig Version Manager to manage Zig installations.
-rw-r--r--sh/profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sh/profile b/sh/profile
index e0b20de..c9c2ca8 100644
--- a/sh/profile
+++ b/sh/profile
@@ -1,7 +1,3 @@
-# Import ENV from system
-. /etc/profile
-[ -f /etc/profile.d/nix-daemon.sh ] && . /etc/profile.d/nix-daemon.sh
-
# Other XDG paths
export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"}
export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"}
@@ -69,6 +65,10 @@ export IMAGE="sxiv"
export OPENER="xdg-open"
export PAGER="less"
+# ZVM
+export ZVM_INSTALL="$HOME/.zvm/self"
+export ZVMPATH="$HOME/.zvm/bin"
+
# Modern SDK
export N64_LIBGCCDIR="/opt/crashsdk/lib/gcc/mips64-elf/12.2.0"
export ROOT=/etc/n64