dotfiles

My configuration files.
Log | Files | Refs | README

commit c5944f16a90bb3c8f33eebb79e3892e28f5dfb42
parent a8745e3cee044b37babfb247f95aee1d52c61ca7
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Sat, 28 May 2022 19:58:42 +0200

Fix error, cleanup

Diffstat:
Mbash/.profile | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/bash/.profile b/bash/.profile @@ -11,13 +11,8 @@ setleds -D +num 2> /dev/null [ -f ~/.bashrc ] && . ~/.bashrc -if [ "$(uname -o)" = "Android" ]; then - export BROWSER=termux-open - export NOTIFY=termux-toast -fi - if [ -z "$TMUX" ]; then - if [ -z "SSH_TTY" ]; then + if [ -z "$SSH_TTY" ]; then tmux new -AD else tmux new -AD && exit