aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/export.zsh
Commit message (Collapse)AuthorAgeFilesLines
* Change from nvim to helix as default editor.David Runge2023-05-041-3/+3
|
* zsh: Use tmux-256colorDavid Runge2022-12-211-1/+1
| | | | | .config/zsh/includes/export.zsh: Use tmux-256color in zsh
* Add export for GREP_COLORSDavid Runge2022-12-091-1/+1
| | | | | .config/zsh/includes/export.zsh: Add export for GREP_COLORS (not GREP_COLOR).
* zsh: Switch to gnupg as ssh-agentDavid Runge2022-05-221-2/+4
| | | | | .config/zsh/includes/export.zsh: Use SSH_AUTH_SOCK as provided by gnupg.
* zsh: Remove use of REPORTTIMEDavid Runge2022-03-161-1/+0
| | | | | | .config/zsh/includes/export.zsh: Remove the automatic report for processes executing longer than five seconds.
* zsh: Add export for pyenvDavid Runge2021-12-211-0/+4
| | | | | .config/zsh/includes/export.zsh: Add export for pyenv to set its root dir to be XDG compliant.
* Add nvim as editor wherever possibleDavid Runge2021-11-241-3/+3
| | | | | .config/zsh/includes/export.zsh: Change all relevant exports to use nvim instead of vim.
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-0/+102
.config/zsh/{functions,includes}/*: Move functions and includes to XDG compliant locations. .zshrc: Include functions and other includes from XDG compliant locations. Remove use of prepend-sudo function.