aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gnupg/.config/zsh
AgeCommit message (Collapse)Author
2024-05-28feat!: remove unused configs and cleanup pathsToby Vincent
2023-07-04gnupg: dynamic pinentryToby Vincent
2023-03-01fix(gnupg): forward stderr when updating ttyToby Vincent
2023-03-01fix(gnupg): improve gpg ssh forwardingToby Vincent
2023-02-12fix(gnupg): move GPG_TTY into pkg specific configToby Vincent
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).