diff --git a/.config/shell/profile b/.config/shell/profile index 63b2d54..324f410 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -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 QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ +export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" # Other program settings export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"