summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 3dc65fed128491ca3974211673d51ff0a52a1a7a (plain)
1
2
3
4
5
6
7
8
9
#
# ~/.bash_profile
#

set -a
eval $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
set +a

[[ -f ~/.bashrc ]] && . ~/.bashrc