diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:51:26 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:51:26 +0530 |
| commit | b2dd4ab57220c2edb00c02c332f04f62b981a795 (patch) | |
| tree | a5d406c56eff12dc23c4ca41f37905753d94ee86 /.config | |
| parent | 0173cf5e117ec30b45f0c52f500b225afe528489 (diff) | |
xprofile add all the files in ~/.local/bin
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
