Remove obsolete config and discussion

This commit is contained in:
David Thurstenson 2021-06-06 12:26:19 -05:00
parent 4eec3f6690
commit ffbefaba4b
1 changed files with 0 additions and 7 deletions

View File

@ -21,13 +21,6 @@ case $(tty) in /dev/tty[0-9]*)
esac esac
}}} }}}
The last thing of note in my `~/.bash_profile` is a warning:
{{{class="prettyprint"
# Temporary fix for a systemd bug related to systemd --user timers that run on login
[[ -z "$DBUS_SESSION_BUS_ADDRESS" ]] && printf "%bWARNING: \$DBUS_SESSION_BUS_ADDRESS is unset! %b\n" "$(tput bold)$(tput setab 1)" "$(tput sgr0)"
}}}
---- ----
==Main bashrc== ==Main bashrc==