summaryrefslogtreecommitdiff
path: root/zsh
AgeCommit message (Collapse)Author
25 hoursMove .zkbd to config dirzachir
5 daysIgnore hosts file in zsh completionzachir
13 daysDefine XDG_CONFIG_HOME in zshrc if it is not alreadyZach Smith
14 daysFix zplug install in XDG dirZachIR
14 daysMake more things XDG compliantZachIR
Specifically .dotnet, .zplug, and .zcompdump
14 daysFix zsh colorschemezachir
2025-06-29Add zsh functions pathZachIR
2025-05-01Change Zsh promptZachIR
2025-04-25Update theming with EC0101 redZachIR
2025-01-23Un-bold the zsh prompt (fixes issue in some terms)ZachIR
Namely cool-retro-term doesn't like bolded powerline symbols.
2025-01-23Fix zsh search bindkeysZachIR
They used single quotes, but needed to be double quotes.
2025-01-21Change zsh prompt to have <~> for powerlineZachIR
2025-01-21Use zkbd for zsh keybindingsZachIR
2025-01-18Cleanup zsh configs + add zplugZachIR
Just a couple plugins for syntax highlighting and history searching, removing a bunch of old unused files, and changing to just accept the standard of using dotfiles in the home directory.
2024-10-31Add auto-cpufreq zsh completionZachIR
2024-06-06Install ZDOTDIR globally and load profile manuallyzachir
This means I don't need to have either ~/.profile or ~/.zshenv symlinks in the home directory. This adds in an installer to set that up.
2024-06-05Add better/more XDG supportzachir
Implements XDG support for more programs that support it, in various levels of hackiness.
2024-06-04Remove unnecessary zsh commandzachir
It doesn't need to set the terminal title to "terminal"?
2024-03-23Fix sh not loading xdg user dirszachir
2024-01-03zsh: add function anonshlegacyzachir
Anonsh is useful if you dont't want your shell history recorded (for example, if you need to type in a password).
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-23Add zfunc completion path supportzachir
2023-07-17On second thought, reset should be aliaszachir
2023-07-17Make ^l reset to delete terminal historyzachir
2023-07-15Install .profile separately from .zshenvZachIR
2023-07-10Fix zsh path exports again because I merged badlyGitIR
2023-07-10Update path setting to be what it probably should have beenzachir
2023-07-10Add PATH checking if dir existsGitIR
2023-06-12Only add portmaster-start env if command existszachir
2023-05-23fix gtk themes, and remove x11 wm configszachir
2023-05-14add portmaster path and completion to zshzachir
2023-03-12move user-dirs import higher in zshenv; add comment for PATHzachir
2023-03-01change zsh prompt color mechanicszachir
2023-02-27add user-dirs.dirs to zshrczachir
2023-02-26add fn to bemenu and reorganize PATH variable definitionzachir
2023-02-26add bemenu args and fix gtk themezachir
2023-02-24add SRCDIR variable to zshzachir
2023-02-20fix zshenv to only source nix-daemon if it existszachir
2023-02-20change zshrc promptzachir
2023-02-11set MBSYNCRC env variablezachir
2023-02-11remove killall pipewire from zlogoutzachir
2023-02-11fix e alias for zshzachir
2023-02-09merge updateszachir
2023-02-09add nix env to zshenvzachir
2023-02-09update PATH and set ENV to mksh by default (from there redirects to kshrc if ↵zachir
necessary)
2023-02-09fix e alias in *ksh and zshzachir
2023-01-22fix .zshenv to work with more than just zsh, plus delete pipewire.confzachir
2023-01-22mass deletionszachir
2022-10-13remove typeset command in ~/.zshenvZachIR
2022-10-11use alacritty for TERMINALzachir