From 68e8c85a14f5ea77f90581719dd3baf00597993e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 22 Jan 2025 11:37:20 +0100 Subject: update --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 9450783..c4bcc2f 100644 --- a/.bashrc +++ b/.bashrc @@ -22,8 +22,8 @@ case $(uname -o) in (Android) PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin export GNUTERM='sixelgd enhanced truecolor font "arial,9"' - alias ls='ls --color=auto -v' - alias ll='ls -AlFhv' + alias ls='eza' + alias ll='eza -lao --no-user --no-permissions' ;; (Darwin) export GNUTERM='sixelgd enhanced truecolor size 1600,1200 font "arial,9"' -- cgit v1.2.3