X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/5cfa61ab264605b5449871c4374b189502d1862b..500305e8ea6f187df4de705c0f0abada2c7cfa0c:/.xsession diff --git a/.xsession b/.xsession index bbe6b6e..2550f2b 100755 --- a/.xsession +++ b/.xsession @@ -2,8 +2,6 @@ set -u -SHLVL=0 - while :; do for script in $(run-parts --list $HOME/.xsession.d); do echo I: sourcing ${script:t}... >&2