feat: add envvar to .profile to follow XDG conventions
add `texmf` and `pass` paths variables
This commit is contained in:
parent
f0a1cb8c8e
commit
e4dd4ac9e3
2
.profile
2
.profile
@ -13,6 +13,8 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
|||||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
|
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
|
||||||
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
||||||
export LESSHISTFILE="-"
|
export LESSHISTFILE="-"
|
||||||
|
export TEXMFHOME="$XDG_DATA_HOME/texmf"
|
||||||
|
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||||
|
|
||||||
## default programs
|
## default programs
|
||||||
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
||||||
|
Reference in New Issue
Block a user