Add .zshenv to dotdrop.

This commit is contained in:
Philip Henning 2019-04-20 18:34:19 +02:00
parent d1dc74a3f6
commit a0c960eb0c
2 changed files with 8 additions and 0 deletions

4
dotfiles/zshenv Normal file
View file

@ -0,0 +1,4 @@
# Fix for JetBrains with non-re-parenting window managers
export _JAVA_AWT_WM_NONREPARENTING=1
# Disable Ansible cowsay
export ANSIBLE_NOCOWS=1