| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Have CARGO_HOME point at a location in ~/.local/state to not pollute
home.
Signed-off-by: David Runge <dave@sleepmap.de>
|
|
|
|
|
|
| |
Set RUSTUP_HOME to a location in ~/.local/state/ to not pollute home.
Signed-off-by: David Runge <dave@sleepmap.de>
|
|
|
|
|
|
|
| |
Set CARGO_TARGET_DIR to target a .cache directory, so that it is shared
amongst projects and can be cleaned up centrally.
Signed-off-by: David Runge <dave@sleepmap.de>
|
| |
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Use tmux-256color in zsh
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Add export for GREP_COLORS (not GREP_COLOR).
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Use SSH_AUTH_SOCK as provided by gnupg.
|
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Remove the automatic report for processes executing longer than five
seconds.
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Add export for pyenv to set its root dir to be XDG compliant.
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Change all relevant exports to use nvim instead of vim.
|
|
.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.
|