dotfiles

My configuration files.
Log | Files | Refs | README

commit a49c814f10e0159a5b78fa806dbf252adcc0eed9
parent 7f862a26ecf54e2d8e576f21fab49f605c6a3d55
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat, 19 Feb 2022 23:02:28 +0100

Don't pull on login

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

diff --git a/bash/.profile b/bash/.profile @@ -8,8 +8,6 @@ export IMAGE_VIEWER=imv [ -f ~/.bashrc ] && . ~/.bashrc -git -C ~/.dotfiles pull - if [ "$(uname -o)" = "Android" ]; then export BROWSER=termux-open export LINK_HANDLER=termux-open