dotfiles

My configuration files.
Log | Files | Refs | README

commit 16735ae86aa3070dc951f8d788d2f9060a0abafe
parent 74be739b7a2d3c7affea4fc2b17e51dc4ec1852f
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat, 25 Dec 2021 06:55:33 +0100

Add profile for no display

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

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