env: Move env variables to config directory

This commit is contained in:
histalek 2021-11-21 19:37:18 +01:00
parent 97177329e7
commit c4d27798fb
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
4 changed files with 9 additions and 13 deletions

View file

@ -0,0 +1,4 @@
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_MONETARY=de_DE.UTF-8
LC_TIME=de_DE.UTF-8

View file

@ -0,0 +1,3 @@
MOZ_ENABLE_WAYLAND=1
QT_QPA_PLATFORM=wayland-egl
WLR_DRM_NO_MODIFIERS=1

View file

@ -0,0 +1,2 @@
PASSWORD_STORE_CHARACTER_SET=a-zA-Z0-9~!@#$%*()-_=+[]{};:,.<>?
PASSWORD_STORE_GENERATED_LENGTH=42

13
.zshrc
View file

@ -49,19 +49,6 @@ if [ -d "$HOME/.local/bin/scripts" ] ;
then PATH="$HOME/.local/bin/scripts:$PATH"
fi
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
export EDITOR=/usr/bin/nvim
export VISUAL=/usr/bin/nvim
export HISTORY_IGNORE="(ls|cd|pwd|exit|history|cd -|cd ..)"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
### Start Wayland specific stuff
export MOZ_ENABLE_WAYLAND=1
##! Use the following launch options for Steam Games which crash with this.
##> 'SDL_VIDEODRIVER=x11 %command%'
export SDL_VIDEODRIVER='wayland'
### End Wayland specific stuff
setopt completealiases
prompt_context(){}