From: Layerex Date: Sat, 11 Jun 2022 13:14:36 +0000 (+0300) Subject: Better fix for .zshenv and minor corrections for other zsh files (#100) X-Git-Tag: v0.2.0.1~17 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b07e5d9d488caef7eb716aaba8132fb299a36b3d?ds=inline;hp=b07e5d9d488caef7eb716aaba8132fb299a36b3d Better fix for .zshenv and minor corrections for other zsh files (#100) * zsh: better fix for .zshenv * zsh: add export keyword to variables * zsh: variables => variable Only one environment variable is suggested in every help message * zsh: remove leading spaces and redundant newlines * zsh: .zshenv: remove note about sudo privileges Not needed, since it is obvious * zsh: clarify where to move files * zsh: quote all variables ---