mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
Add .zshenv to dotdrop.
This commit is contained in:
parent
d1dc74a3f6
commit
a0c960eb0c
|
@ -80,6 +80,9 @@ dotfiles:
|
||||||
- oh-my-zsh
|
- oh-my-zsh
|
||||||
dst: ~/.zshrc
|
dst: ~/.zshrc
|
||||||
src: zshrc
|
src: zshrc
|
||||||
|
f_zshrc:
|
||||||
|
dst: ~/.zshenv
|
||||||
|
src: zshenv
|
||||||
profiles:
|
profiles:
|
||||||
yoetunheimr:
|
yoetunheimr:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
|
@ -105,3 +108,4 @@ profiles:
|
||||||
- f_c3kdenlive
|
- f_c3kdenlive
|
||||||
- f_c3mpv
|
- f_c3mpv
|
||||||
- f_c3check
|
- f_c3check
|
||||||
|
- f_zshrc
|
||||||
|
|
4
dotfiles/zshenv
Normal file
4
dotfiles/zshenv
Normal 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
|
Loading…
Reference in a new issue