summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index a562fc7..1054766 100644
--- a/.zshenv
+++ b/.zshenv
@@ -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>"