summaryrefslogtreecommitdiff
path: root/sh/profile
AgeCommit message (Collapse)Author
2024-06-06Set XDG_CURRENT_DESKTOP to Hyprlandzachir
This should help something or other involving portals. Idk.
2024-06-06Update XDG paths for more programszachir
This time features python, wget, adb, and xcursor.
2024-06-05Add better/more XDG supportzachir
Implements XDG support for more programs that support it, in various levels of hackiness.
2024-06-04Add # NEW PATH comment to sh profilezachir
The barest of documentation
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-10-23New addtopath function to fix issues with PATH varzachir
2023-10-19Change shell alias and ENV, set kitty titlezachir
Adding in lb=lsblk, adding in more XDG dirs, and permanently set kitty title to 'terminal' from zsh.
2023-08-16Not using bemenu anymorezachir
2023-07-15Install .profile separately from .zshenvZachIR