commit ed11b7e2277030d8f3815aa3d85b31582f11f1a3 parent 4a89d027cb17c5be1120f8e250f6eac39d21dbba Author: Sven Möller <sven-moeller@outlook.de> Date: Mon, 13 Dec 2021 13:10:05 +0100 Source bashrc in profile Diffstat:
M | bash/.profile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bash/.profile b/bash/.profile @@ -11,6 +11,8 @@ else export BROWSER=qutebrowser fi +[ -f ~/.bashrc ] && . ~/.bashrc + if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then exec startx fi