env: Move env variables to config directory
This commit is contained in:
parent
97177329e7
commit
c4d27798fb
4 changed files with 9 additions and 13 deletions
4
.config/environment.d/10-locale.conf
Normal file
4
.config/environment.d/10-locale.conf
Normal 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
|
3
.config/environment.d/50-wayland.conf
Normal file
3
.config/environment.d/50-wayland.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
MOZ_ENABLE_WAYLAND=1
|
||||
QT_QPA_PLATFORM=wayland-egl
|
||||
WLR_DRM_NO_MODIFIERS=1
|
2
.config/environment.d/90-pass.conf
Normal file
2
.config/environment.d/90-pass.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
PASSWORD_STORE_CHARACTER_SET=a-zA-Z0-9~!@#$%*()-_=+[]{};:,.<>?
|
||||
PASSWORD_STORE_GENERATED_LENGTH=42
|
13
.zshrc
13
.zshrc
|
@ -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(){}
|
||||
|
|
Loading…
Add table
Reference in a new issue