From b2dd4ab57220c2edb00c02c332f04f62b981a795 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 21 Mar 2023 21:51:26 +0530 Subject: [PATCH] xprofile add all the files in ~/.local/bin --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) 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"