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

View file

@ -80,6 +80,9 @@ dotfiles:
- oh-my-zsh
dst: ~/.zshrc
src: zshrc
f_zshrc:
dst: ~/.zshenv
src: zshenv
profiles:
yoetunheimr:
dotfiles:
@ -105,3 +108,4 @@ profiles:
- f_c3kdenlive
- f_c3mpv
- f_c3check
- f_zshrc

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