summaryrefslogtreecommitdiff
path: root/.config/bash
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-02-16 11:37:46 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-02-16 11:37:46 -0500
commit7a2dd3a7e3f465141c90abedcb814f9ee9712edd (patch)
tree78a4911e665d84fc44d365573d24c593c705813e /.config/bash
parentc8f419eab92045a069c8f444c77c8ff81aa36fa2 (diff)
parentca3e04971996ebe2eebf88775e96bbf547aa0abe (diff)
Merge remote-tracking branch 'origin/master' into purdue-cs/master
Conflicts: .config/login.d/02_tmpdir.sh .config/login.d/90_dot-runtime.sh
Diffstat (limited to '.config/bash')
-rw-r--r--.config/bash/rc.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 15a9865..c7acaf8 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -8,6 +8,10 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+# GDM failsafe ignores profile (login) settings, but I use XDG stuff
+# here.
+. "${XDG_CONFIG_HOME:-$HOME/.config}"/login.d/??_xdg.sh
+
# Why is this not on by default?
# "We have a cached value, but it isn't valid anymore. Should we trash it?"
# "Duh, yes!"