From a0c960eb0c3692d2266f5b4a9c8cb52a57c27e2a Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Sat, 20 Apr 2019 18:34:19 +0200 Subject: [PATCH] Add .zshenv to dotdrop. --- config.yaml | 4 ++++ dotfiles/zshenv | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 dotfiles/zshenv diff --git a/config.yaml b/config.yaml index 5a29122..810d513 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/dotfiles/zshenv b/dotfiles/zshenv new file mode 100644 index 0000000..18ca047 --- /dev/null +++ b/dotfiles/zshenv @@ -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