This repository has been archived on 2023-11-14 . You can view files and clone it, but cannot push or open issues or pull requests.
d48954bf818810d5eb730d8cb0e0396c64c53d07
Fedora et al. do not set the `LESS` environment variable like Gentoo does. As a result, `less` does not interpret ANSI color codes by default, making the output from `gs`, etc. aliases unreadable.
Add these lines to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:
export ZDOTDIR=${HOME}/.zsh
source ${ZDOTDIR}/.zshenv
Description
Languages
Shell
100%