dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 7d587911fcc9007106688da3401ec6fef5ff83a6
parent dab353fa5922d70f113e51d6ac66fcf924cc9fff
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 18 May 2023 15:11:45 -0500

Update configuration in termux

Diffstat:
M.termux/termux.properties | 3+++
Abin/termux-file-editor | 2++
Abin/termux-url-opener | 2++
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.termux/termux.properties b/.termux/termux.properties @@ -1,2 +1,5 @@ +fullscreen = true terminal-cursor-blink-rate = 1000 allow-external-apps = true +terminal-margin-vertical = 10 +terminal-margin-horizontal = 10 diff --git a/bin/termux-file-editor b/bin/termux-file-editor @@ -0,0 +1,2 @@ +#!/bin/bash +exec vim "$@" diff --git a/bin/termux-url-opener b/bin/termux-url-opener @@ -0,0 +1,2 @@ +#!/bin/bash +exec elinks "$@"