Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: Only execute systemctl on systems providing it | David Runge | 2022-04-20 | 1 | -5/+7 |
| | | | | | | .zprofile: Guard execution of systemctl with a check for existence using `command -v`. | ||||
* | zsh: Start sway-session on tty1 | David Runge | 2021-11-24 | 1 | -13/+10 |
| | | | | | | .zprofile: Remove custom less exports (they are better handled in aliases). When on tty1, start sway. | ||||
* | Moving the setting of dircolors from .zprofile to .zshrc, as a successful ↵ | David Runge | 2020-03-03 | 1 | -4/+0 |
| | | | | export relies upon finding dircolors in PATH and for that PATH has to be setup properly (which is not the case, when .zprofile is sourced on macOS. | ||||
* | .zprofile: Adding tmpdir exception for root. | David Runge | 2016-09-30 | 1 | -1/+5 |
| | |||||
* | .zprofile: Moving TMPDIR to XDG_RUNTIME_DIR. | David Runge | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | .zprofile: Removed unnessecary exports. Added eval of dircolors (needed for ↵ | David Runge | 2014-11-30 | 1 | -28/+3 |
| | | | | Termite ls output). | ||||
* | zsh: Adding config files for zprezto, zsh settings and prompts, to comply ↵ | David Runge | 2014-10-31 | 1 | -0/+77 |
with the way zprezto gets started |