diff options
Diffstat (limited to '')
-rw-r--r-- | .zshenv | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ path=( # other variables _kw="~amd64" +if [[ $(</proc/sys/kernel/osrelease) =~ 'Microsoft$' ]]; then + _IS_WINDOWS=1 + umask 022 +fi + # exports export PASSWORD_STORE_CLIP_TIME=20 export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>" |