summaryrefslogtreecommitdiff
path: root/sh/profile
AgeCommit message (Collapse)Author
2024-06-04Fix adding paths to sh profilezachir
The previous method was clunky, redundant, and terrible; it is now better, and should not keep adding the same directories into the path when sourcing it over and over.
2024-06-04Remove nix from profile; add zvmzachir
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.
2024-03-23Fix sh not loading xdg user dirszachir
2024-02-06sh: fix volsv in PATHzachir
volsv was wrong in .profile when setting the path in two different ways. Nice.
2023-08-16Not using bemenu anymorezachir
2023-07-15Install .profile separately from .zshenvZachIR