summaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Collapse)Author
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-04Change s systemctl alias to sudo systemctlzachir
There is `us' for `systemctl --user', this is for the system `systemctl'; so it should have sudo in it.
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-03-23Add systemctl aliaseszachir
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-20Make srsync an alias, and not a scriptzachir
2023-08-16Not using bemenu anymorezachir
2023-07-20Fix catclip on waylandzachir
2023-07-17On second thought, reset should be aliaszachir
2023-07-15Install .profile separately from .zshenvZachIR
2023-07-05Add function to not record veracrypt history in zshzachir
2023-03-01remove du aliaszachir
2023-03-01fix missing paths (shortcuts)zachir
2023-02-27update paths in lf and shzachir
2023-02-26make sh mkdir -p instead of just mkdirzachir
2023-02-24universalize/move package aliases (not really)zachir
2023-02-24do not use lfrun for waylandzachir
2023-02-09fix e alias in *ksh and zshzachir
2022-10-11fix sh/aliases on openbsdzachir
2022-10-11fix sh/aliases erroring when trying to source sh/weatherzachir
2022-10-05Initial Commitzachir