dotfiles

My configuration files.
Log | Files | Refs | README

commit 23d4857d0c4971848b72223f8287e5187f8e7c9f
parent cd4cc7119a20c62338e249022350ebefdc610672
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun,  9 Jan 2022 13:54:22 +0100

Update profile

Diffstat:
Mbash/.profile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bash/.profile b/bash/.profile @@ -22,8 +22,10 @@ fi [ -f ~/.bashrc ] && . ~/.bashrc +git -C ~/.dotfiles pull + if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then startx else screen -dRR -fi +fi && exit