From 733a890e8e2fbb22fc6c60d52c310691a9e843e5 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 30 Jan 2025 10:57:01 +0100 Subject: improve termux --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index feb522d..6cbccd9 100644 --- a/.bashrc +++ b/.bashrc @@ -38,8 +38,7 @@ case $OS in (termux) PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin export GNUTERM='sixelgd enhanced truecolor font "arial,9"' - alias ls='eza' - alias ll='eza -lao --no-user --no-permissions' + [ -x eza ] && alias ls='eza' ll='eza -lao --no-user --no-permissions' ;; esac -- cgit v1.2.3