xprofile add all the files in ~/.local/bin

This commit is contained in:
krolyxon 2023-03-21 21:51:26 +05:30
parent 0173cf5e11
commit b2dd4ab572
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
# export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. # export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
# Other program settings # Other program settings
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"