dotfiles

My configuration files.
Log | Files | Refs | README

commit 1eed6ae672cdfad5a01960c28e2829602581e91b
parent 16735ae86aa3070dc951f8d788d2f9060a0abafe
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat, 25 Dec 2021 07:03:00 +0100

Bugfix

Diffstat:
Mbash/.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/.profile b/bash/.profile @@ -8,7 +8,7 @@ if [ "$(uname -o)" = "Android" ]; then export BROWSER=termux-open export LINK_HANDLER=termux-open export NOTIFY=termux-toast -else if [ -z "$DISPLAY" ]; then +elif [ -z "$DISPLAY" ]; then export BROWSER=w3m export LINK_HANDLER=w3m export NOTIFY=echo