summaryrefslogtreecommitdiffstatshomepage
path: root/zsh
AgeCommit message (Collapse)Author
2023-03-22fix(zsh): add compinit to the end of .zshrcToby Vincent
2023-03-16fix(zsh): replace CORRECT_ALL with CORRECTToby Vincent
2023-03-16feat(zsh): add CORRECT_ALL zsh optionToby Vincent
2023-02-13fix(zsh): set default for XDG_CONFIG_HOME in `.zshenv`Toby Vincent
In a login shell, `.zprofile` is source before `.zshenv`, therefore `XDG_CONFIG_HOME` is not set. So set a default value.
2023-02-12fix(gnupg): move GPG_TTY into pkg specific configToby Vincent
2023-02-12fix(zsh): move sourcing of .profile to .zprofileToby Vincent
Adopt the behavior of the system wide configuration Ref: https://wiki.archlinux.org/title/Zsh#Startup/Shutdown_files
2023-02-11feat: split `.zshrc` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10).
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.
2023-02-08fix(zsh): re-add push-line widget to alt-qToby Vincent
2023-02-08fix(zsh): enable meta-key bindingsToby Vincent
2022-12-30feat(sh): add alias for `tree --gitignore`Toby Vincent
2022-12-24feat(zsh): remove ls alias to lsdToby Vincent
2022-12-20feat(sh): add vivid for LS_COLORSToby Vincent
2022-11-19feat(bottom): add bottom configToby Vincent
2022-10-18refactor(zsh): clean up plugins and improve compinitToby Vincent
2022-10-12feat(zsh): add alias for unlocking gpgToby Vincent
2022-09-22revert(zsh): remove tree aliasToby Vincent
2022-09-18feat(zsh): improve bindkeys and add shellcheck workaroundToby Vincent
2022-09-15feat(zsh): add zsh-vi-mode plugin to improve zsh's vi modeToby Vincent
2022-09-13fix(zsh): improve lsd --tree alias nameToby Vincent
2022-09-13refactor(zsh): clean up .zshrcToby Vincent
2022-08-25revert(zsh): remove unused vim=nvim aliasToby Vincent
2022-08-23fix(zsh): fix type in output redirectionToby Vincent
2022-08-22feat(zsh): add shell fn for using rga + fzfToby Vincent
2022-08-22feat(zsh): add lsdToby Vincent
2022-08-20feat(sh): inherit env from environment.dToby Vincent
2022-08-18feat(sway): improve sway configsToby Vincent
2022-08-18refactor(bash): source zshenv directly from bash_profileToby Vincent
2022-07-28fix(zsh): remove q bind from fzf default argsToby Vincent
2022-07-02revert(sway): remove unnecessary env var due to running wayland over xToby Vincent
2022-05-27refactor: move to chromium as default browserToby Vincent
2022-05-27fix(gnupg): fix bug with pinentryToby Vincent
2022-05-26feat(streamlink): add streamlink twitch configToby Vincent
2022-05-25feat(shell): fully impliment XDG spec and reorganize rc filesToby Vincent
2022-05-05refactor: move shell comp color fix to zshrcToby Vincent
2022-04-01fix: make gpg work again on wslToby Vincent
2022-03-31fix: another attempt at fixing pinentryToby Vincent
2022-03-31feat: add systemd env configToby Vincent
2022-03-31fix: get pinentry workingToby Vincent
2022-03-31fix: correctly set gpg env varsToby Vincent
2022-03-31feat: add sway configsToby Vincent
2022-03-31fix: only set XDG_RUNTIME_DIR when unsetToby Vincent
2022-03-31fix: move to tuigreet login managerToby Vincent
2022-03-30feat: add sway startup scriptsToby Vincent
2022-03-29fix: fix zsh pluginsToby Vincent
2022-03-29fix: moved GPG_TTY to wsl pluginToby Vincent
2022-03-28fix: remove alias python -> python3Toby Vincent
2022-03-26feat: move to sheldon plugin managerToby Vincent
2022-03-26fix: improve shell configsToby Vincent
2022-03-25feat: migrated to gnu stowToby Vincent