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