From 944ddd206af7fd7895d5b149203cd7affa64ca60 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 15 May 2026 02:19:59 +0200 Subject: a lot of stuff --- .bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..3dc65fe --- /dev/null +++ b/.bash_profile @@ -0,0 +1,9 @@ +# +# ~/.bash_profile +# + +set -a +eval $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator) +set +a + +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.3.1