dotfiles

My configuration files.
Log | Files | Refs | README

commit 360fc45a90cdaf356208f8d5d5d1a07e83320742
parent a38bc2726e34dbedf21c2c3acbb93e0d5885a058
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 10 Jan 2022 10:04:25 +0100

No screen in termux

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

diff --git a/bash/.profile b/bash/.profile @@ -26,6 +26,6 @@ git -C ~/.dotfiles pull if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then startx -else +elif [ "$(uname -o)" != "Android" ]; then screen -dRR -fi && exit +fi