summaryrefslogtreecommitdiff
path: root/zsh/env
AgeCommit message (Collapse)Author
2023-07-08zsh: Simplify how DOMAIN is definedGrégoire Duchêne
2023-07-08zsh: Add HOST_SHORT to refer to the machine nameGrégoire Duchêne
2022-02-20zsh: Remove REMATCH_PCRE as it is no longer neededGrégoire Duchêne
2021-12-18zsh: Set DOMAIN and UNAME using built-insGrégoire Duchêne
2020-08-30zsh: Autocomplete opGrégoire Duchêne
2020-08-08zsh: Add paths to ${PATH} in profile instead of envGrégoire Duchêne
2020-07-05zsh: Add paths to ${PATH} in env instead of rcGrégoire Duchêne
Also, only add paths if they are not already in ${PATH}. This avoids duplicates in subshells.
2020-05-24zsh: Use :l when defining DOMAIN, HOST, and UNAMEGrégoire Duchêne
2020-01-08Do not set LC_ALLGrégoire Duchêne
2020-01-08Get the dotfiles directory without a known pathGrégoire Duchêne
2020-01-06Export DOMAIN on both Linux and macOSGrégoire Duchêne
Also, use -s with cut so that DOMAIN will be empty if no domain is set.
2019-12-21Add zsh configurationGrégoire Duchêne