summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2017-11-18 23:09:09 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2017-11-18 23:09:09 +0100
commit98521abd2f038e06d732226f4eb788be607eb862 (patch)
tree667c9edba19d4a0b70c20788bfe03883b27728bc /.zshenv
parent336b1bedcb52a0a8e129aa4be8e8a20419fbacc6 (diff)
downloaddotfiles-98521abd2f038e06d732226f4eb788be607eb862.tar.gz
dotfiles-98521abd2f038e06d732226f4eb788be607eb862.tar.bz2
dotfiles-98521abd2f038e06d732226f4eb788be607eb862.zip
Some windows setup
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>"