aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
Commit message (Collapse)AuthorAgeFilesLines
* zsh: add compat symlinks for .zprofile and .zshrc because ZDOTDIR is ↵David Runge2023-05-261-0/+1
| | | | available too late
* zsh: move configs to XDG_CONFIG_HOME with the help of ZDOTDIRDavid Runge2023-05-231-51/+0
|
* zsh: Only execute systemctl on systems providing itDavid Runge2022-04-201-5/+7
| | | | | | .zprofile: Guard execution of systemctl with a check for existence using `command -v`.
* zsh: Start sway-session on tty1David Runge2021-11-241-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 Runge2020-03-031-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 Runge2016-09-301-1/+5
|
* .zprofile: Moving TMPDIR to XDG_RUNTIME_DIR.David Runge2016-09-281-1/+1
|
* .zprofile: Removed unnessecary exports. Added eval of dircolors (needed for ↵David Runge2014-11-301-28/+3
| | | | Termite ls output).
* zsh: Adding config files for zprezto, zsh settings and prompts, to comply ↵David Runge2014-10-311-0/+77
with the way zprezto gets started